Amazon.APIGateway.AmazonAPIGatewayClient.GetResources C# (CSharp) Method

GetResources() public method

Lists information about a collection of Resource resources.
/// /// /// /// /// /// /// ///
public GetResources ( Amazon.APIGateway.Model.GetResourcesRequest request ) : GetResourcesResponse
request Amazon.APIGateway.Model.GetResourcesRequest Container for the necessary parameters to execute the GetResources service method.
return Amazon.APIGateway.Model.GetResourcesResponse
        public GetResourcesResponse GetResources(GetResourcesRequest request)
        {
            var marshaller = new GetResourcesRequestMarshaller();
            var unmarshaller = GetResourcesResponseUnmarshaller.Instance;

            return Invoke<GetResourcesRequest,GetResourcesResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient