Uses of Class
software.amazon.awssdk.services.apigateway.model.CreateApiKeyResponse
-
Packages that use CreateApiKeyResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of CreateApiKeyResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return CreateApiKeyResponse Modifier and Type Method Description default CreateApiKeyResponseApiGatewayClient. createApiKey()Create an ApiKey resource.default CreateApiKeyResponseApiGatewayClient. createApiKey(Consumer<CreateApiKeyRequest.Builder> createApiKeyRequest)Create an ApiKey resource.default CreateApiKeyResponseApiGatewayClient. createApiKey(CreateApiKeyRequest createApiKeyRequest)Create an ApiKey resource.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type CreateApiKeyResponse Modifier and Type Method Description default CompletableFuture<CreateApiKeyResponse>ApiGatewayAsyncClient. createApiKey()Create an ApiKey resource.default CompletableFuture<CreateApiKeyResponse>ApiGatewayAsyncClient. createApiKey(Consumer<CreateApiKeyRequest.Builder> createApiKeyRequest)Create an ApiKey resource.default CompletableFuture<CreateApiKeyResponse>ApiGatewayAsyncClient. createApiKey(CreateApiKeyRequest createApiKeyRequest)Create an ApiKey resource.
-