Uses of Class
software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyResponse
-
Packages that use CreateUsagePlanKeyResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of CreateUsagePlanKeyResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return CreateUsagePlanKeyResponse Modifier and Type Method Description default CreateUsagePlanKeyResponseApiGatewayClient. createUsagePlanKey(Consumer<CreateUsagePlanKeyRequest.Builder> createUsagePlanKeyRequest)Creates a usage plan key for adding an existing API key to a usage plan.default CreateUsagePlanKeyResponseApiGatewayClient. createUsagePlanKey(CreateUsagePlanKeyRequest createUsagePlanKeyRequest)Creates a usage plan key for adding an existing API key to a usage plan.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type CreateUsagePlanKeyResponse Modifier and Type Method Description default CompletableFuture<CreateUsagePlanKeyResponse>ApiGatewayAsyncClient. createUsagePlanKey(Consumer<CreateUsagePlanKeyRequest.Builder> createUsagePlanKeyRequest)Creates a usage plan key for adding an existing API key to a usage plan.default CompletableFuture<CreateUsagePlanKeyResponse>ApiGatewayAsyncClient. createUsagePlanKey(CreateUsagePlanKeyRequest createUsagePlanKeyRequest)Creates a usage plan key for adding an existing API key to a usage plan.
-