Amazon.APIGateway.AmazonAPIGatewayClient.UpdateBasePathMapping C# (CSharp) Метод

UpdateBasePathMapping() публичный Метод

Changes information about the BasePathMapping resource.
/// /// /// /// /// /// /// /// /// ///
public UpdateBasePathMapping ( UpdateBasePathMappingRequest request ) : Amazon.APIGateway.Model.UpdateBasePathMappingResponse
request Amazon.APIGateway.Model.UpdateBasePathMappingRequest Container for the necessary parameters to execute the UpdateBasePathMapping service method.
Результат Amazon.APIGateway.Model.UpdateBasePathMappingResponse
        public UpdateBasePathMappingResponse UpdateBasePathMapping(UpdateBasePathMappingRequest request)
        {
            var marshaller = new UpdateBasePathMappingRequestMarshaller();
            var unmarshaller = UpdateBasePathMappingResponseUnmarshaller.Instance;

            return Invoke<UpdateBasePathMappingRequest,UpdateBasePathMappingResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient