Amazon.StorageGateway.AmazonStorageGatewayClient.UpdateGatewayInformation C# (CSharp) Метод

UpdateGatewayInformation() приватный Метод

private UpdateGatewayInformation ( UpdateGatewayInformationRequest request ) : UpdateGatewayInformationResponse
request UpdateGatewayInformationRequest
Результат UpdateGatewayInformationResponse
        internal UpdateGatewayInformationResponse UpdateGatewayInformation(UpdateGatewayInformationRequest request)
        {
            var marshaller = new UpdateGatewayInformationRequestMarshaller();
            var unmarshaller = UpdateGatewayInformationResponseUnmarshaller.Instance;

            return Invoke<UpdateGatewayInformationRequest,UpdateGatewayInformationResponse>(request, marshaller, unmarshaller);
        }
AmazonStorageGatewayClient