Uses of Class
software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyResponse
Packages that use CreateUsagePlanKeyResponse
-
Uses of CreateUsagePlanKeyResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return CreateUsagePlanKeyResponseModifier and TypeMethodDescriptiondefault 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 CreateUsagePlanKeyResponseModifier and TypeMethodDescriptionApiGatewayAsyncClient.createUsagePlanKey(Consumer<CreateUsagePlanKeyRequest.Builder> createUsagePlanKeyRequest) Creates a usage plan key for adding an existing API key to a usage plan.ApiGatewayAsyncClient.createUsagePlanKey(CreateUsagePlanKeyRequest createUsagePlanKeyRequest) Creates a usage plan key for adding an existing API key to a usage plan.