Uses of Class
com.amazonaws.services.apigateway.model.DeleteApiKeyResult
Packages that use DeleteApiKeyResult
-
Uses of DeleteApiKeyResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return DeleteApiKeyResultModifier and TypeMethodDescriptionAbstractAmazonApiGateway.deleteApiKey
(DeleteApiKeyRequest request) AmazonApiGateway.deleteApiKey
(DeleteApiKeyRequest deleteApiKeyRequest) Deletes the ApiKey resource.AmazonApiGatewayClient.deleteApiKey
(DeleteApiKeyRequest deleteApiKeyRequest) Deletes the ApiKey resource.Methods in com.amazonaws.services.apigateway that return types with arguments of type DeleteApiKeyResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.deleteApiKeyAsync
(DeleteApiKeyRequest request) AbstractAmazonApiGatewayAsync.deleteApiKeyAsync
(DeleteApiKeyRequest request, AsyncHandler<DeleteApiKeyRequest, DeleteApiKeyResult> asyncHandler) AmazonApiGatewayAsync.deleteApiKeyAsync
(DeleteApiKeyRequest deleteApiKeyRequest) Deletes the ApiKey resource.AmazonApiGatewayAsync.deleteApiKeyAsync
(DeleteApiKeyRequest deleteApiKeyRequest, AsyncHandler<DeleteApiKeyRequest, DeleteApiKeyResult> asyncHandler) Deletes the ApiKey resource.AmazonApiGatewayAsyncClient.deleteApiKeyAsync
(DeleteApiKeyRequest request) AmazonApiGatewayAsyncClient.deleteApiKeyAsync
(DeleteApiKeyRequest request, AsyncHandler<DeleteApiKeyRequest, DeleteApiKeyResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type DeleteApiKeyResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.deleteApiKeyAsync
(DeleteApiKeyRequest request, AsyncHandler<DeleteApiKeyRequest, DeleteApiKeyResult> asyncHandler) AmazonApiGatewayAsync.deleteApiKeyAsync
(DeleteApiKeyRequest deleteApiKeyRequest, AsyncHandler<DeleteApiKeyRequest, DeleteApiKeyResult> asyncHandler) Deletes the ApiKey resource.AmazonApiGatewayAsyncClient.deleteApiKeyAsync
(DeleteApiKeyRequest request, AsyncHandler<DeleteApiKeyRequest, DeleteApiKeyResult> asyncHandler) -
Uses of DeleteApiKeyResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return DeleteApiKeyResult