Amazon.APIGateway.AmazonAPIGatewayClient.GetBasePathMapping C# (CSharp) Méthode

GetBasePathMapping() public méthode

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.
Résultat 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