Uses of Class
com.amazonaws.services.apigateway.model.DeleteApiKeyRequest
-
Packages that use DeleteApiKeyRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of DeleteApiKeyRequest in com.amazonaws.services.apigateway
Method parameters in com.amazonaws.services.apigateway with type arguments of type DeleteApiKeyRequest Modifier and Type Method Description Future<DeleteApiKeyResult>
AbstractAmazonApiGatewayAsync. deleteApiKeyAsync(DeleteApiKeyRequest request, AsyncHandler<DeleteApiKeyRequest,DeleteApiKeyResult> asyncHandler)
Future<DeleteApiKeyResult>
AmazonApiGatewayAsync. deleteApiKeyAsync(DeleteApiKeyRequest deleteApiKeyRequest, AsyncHandler<DeleteApiKeyRequest,DeleteApiKeyResult> asyncHandler)
Deletes the ApiKey resource.Future<DeleteApiKeyResult>
AmazonApiGatewayAsyncClient. deleteApiKeyAsync(DeleteApiKeyRequest request, AsyncHandler<DeleteApiKeyRequest,DeleteApiKeyResult> asyncHandler)
-
Uses of DeleteApiKeyRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return DeleteApiKeyRequest Modifier and Type Method Description DeleteApiKeyRequest
DeleteApiKeyRequest. clone()
DeleteApiKeyRequest
DeleteApiKeyRequest. withApiKey(String apiKey)
The identifier of the ApiKey resource to be deleted.
-