Uses of Class
software.amazon.awssdk.services.apigateway.model.DeleteApiKeyResponse
Packages that use DeleteApiKeyResponse
-
Uses of DeleteApiKeyResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return DeleteApiKeyResponseModifier and TypeMethodDescriptiondefault DeleteApiKeyResponseApiGatewayClient.deleteApiKey(Consumer<DeleteApiKeyRequest.Builder> deleteApiKeyRequest) Deletes the ApiKey resource.default DeleteApiKeyResponseApiGatewayClient.deleteApiKey(DeleteApiKeyRequest deleteApiKeyRequest) Deletes the ApiKey resource.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type DeleteApiKeyResponseModifier and TypeMethodDescriptiondefault CompletableFuture<DeleteApiKeyResponse>ApiGatewayAsyncClient.deleteApiKey(Consumer<DeleteApiKeyRequest.Builder> deleteApiKeyRequest) Deletes the ApiKey resource.default CompletableFuture<DeleteApiKeyResponse>ApiGatewayAsyncClient.deleteApiKey(DeleteApiKeyRequest deleteApiKeyRequest) Deletes the ApiKey resource.