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

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

Creates a usage plan key for adding an existing API key to a usage plan.
/// /// /// /// /// /// /// /// /// ///
public CreateUsagePlanKey ( CreateUsagePlanKeyRequest request ) : CreateUsagePlanKeyResponse
request Amazon.APIGateway.Model.CreateUsagePlanKeyRequest Container for the necessary parameters to execute the CreateUsagePlanKey service method.
Результат Amazon.APIGateway.Model.CreateUsagePlanKeyResponse
        public CreateUsagePlanKeyResponse CreateUsagePlanKey(CreateUsagePlanKeyRequest request)
        {
            var marshaller = new CreateUsagePlanKeyRequestMarshaller();
            var unmarshaller = CreateUsagePlanKeyResponseUnmarshaller.Instance;

            return Invoke<CreateUsagePlanKeyRequest,CreateUsagePlanKeyResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient