Uses of Class
com.amazonaws.services.apigateway.model.DeleteApiKeyResult
-
Packages that use DeleteApiKeyResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of DeleteApiKeyResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return DeleteApiKeyResult Modifier and Type Method Description DeleteApiKeyResultAbstractAmazonApiGateway. deleteApiKey(DeleteApiKeyRequest request)DeleteApiKeyResultAmazonApiGateway. deleteApiKey(DeleteApiKeyRequest deleteApiKeyRequest)Deletes the ApiKey resource.DeleteApiKeyResultAmazonApiGatewayClient. deleteApiKey(DeleteApiKeyRequest deleteApiKeyRequest)Deletes the ApiKey resource.Method parameters in com.amazonaws.services.apigateway with type arguments of type DeleteApiKeyResult 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 DeleteApiKeyResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return DeleteApiKeyResult Modifier and Type Method Description DeleteApiKeyResultDeleteApiKeyResult. clone()
-