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

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

Represents a collection of BasePathMapping resources.
/// /// /// /// /// ///
public GetBasePathMappings ( Amazon.APIGateway.Model.GetBasePathMappingsRequest request ) : GetBasePathMappingsResponse
request Amazon.APIGateway.Model.GetBasePathMappingsRequest Container for the necessary parameters to execute the GetBasePathMappings service method.
Результат Amazon.APIGateway.Model.GetBasePathMappingsResponse
        public GetBasePathMappingsResponse GetBasePathMappings(GetBasePathMappingsRequest request)
        {
            var marshaller = new GetBasePathMappingsRequestMarshaller();
            var unmarshaller = GetBasePathMappingsResponseUnmarshaller.Instance;

            return Invoke<GetBasePathMappingsRequest,GetBasePathMappingsResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient