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

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

Gets a usage plan key of a given key identifier.
/// /// /// /// /// /// /// ///
public GetUsagePlanKey ( GetUsagePlanKeyRequest request ) : GetUsagePlanKeyResponse
request Amazon.APIGateway.Model.GetUsagePlanKeyRequest Container for the necessary parameters to execute the GetUsagePlanKey service method.
Результат Amazon.APIGateway.Model.GetUsagePlanKeyResponse
        public GetUsagePlanKeyResponse GetUsagePlanKey(GetUsagePlanKeyRequest request)
        {
            var marshaller = new GetUsagePlanKeyRequestMarshaller();
            var unmarshaller = GetUsagePlanKeyResponseUnmarshaller.Instance;

            return Invoke<GetUsagePlanKeyRequest,GetUsagePlanKeyResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient