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

GetUsagePlanKeys() public method

Gets all the usage plan keys representing the API keys added to a specified usage plan.
/// /// /// /// /// /// /// ///
public GetUsagePlanKeys ( GetUsagePlanKeysRequest request ) : GetUsagePlanKeysResponse
request Amazon.APIGateway.Model.GetUsagePlanKeysRequest Container for the necessary parameters to execute the GetUsagePlanKeys service method.
return Amazon.APIGateway.Model.GetUsagePlanKeysResponse
        public GetUsagePlanKeysResponse GetUsagePlanKeys(GetUsagePlanKeysRequest request)
        {
            var marshaller = new GetUsagePlanKeysRequestMarshaller();
            var unmarshaller = GetUsagePlanKeysResponseUnmarshaller.Instance;

            return Invoke<GetUsagePlanKeysRequest,GetUsagePlanKeysResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient