Uses of Class
software.amazon.awssdk.services.apigateway.model.DeleteApiKeyRequest
-
Packages that use DeleteApiKeyRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of DeleteApiKeyRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type DeleteApiKeyRequest Modifier and Type Method Description default CompletableFuture<DeleteApiKeyResponse>ApiGatewayAsyncClient. deleteApiKey(DeleteApiKeyRequest deleteApiKeyRequest)Deletes the ApiKey resource.default DeleteApiKeyResponseApiGatewayClient. deleteApiKey(DeleteApiKeyRequest deleteApiKeyRequest)Deletes the ApiKey resource. -
Uses of DeleteApiKeyRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type DeleteApiKeyRequest Modifier and Type Method Description SdkHttpFullRequestDeleteApiKeyRequestMarshaller. marshall(DeleteApiKeyRequest deleteApiKeyRequest)
-