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

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

Describe a BasePathMapping resource.
/// /// /// /// /// ///
public GetBasePathMapping ( Amazon.APIGateway.Model.GetBasePathMappingRequest request ) : GetBasePathMappingResponse
request Amazon.APIGateway.Model.GetBasePathMappingRequest Container for the necessary parameters to execute the GetBasePathMapping service method.
Результат Amazon.APIGateway.Model.GetBasePathMappingResponse
        public GetBasePathMappingResponse GetBasePathMapping(GetBasePathMappingRequest request)
        {
            var marshaller = new GetBasePathMappingRequestMarshaller();
            var unmarshaller = GetBasePathMappingResponseUnmarshaller.Instance;

            return Invoke<GetBasePathMappingRequest,GetBasePathMappingResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient