Uses of Class
software.amazon.awssdk.services.lightsail.model.DeleteBucketAccessKeyResponse
-
Packages that use DeleteBucketAccessKeyResponse Package Description software.amazon.awssdk.services.lightsail Amazon Lightsail is the easiest way to get started with Amazon Web Services (Amazon Web Services) for developers who need to build websites or web applications. -
-
Uses of DeleteBucketAccessKeyResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return DeleteBucketAccessKeyResponse Modifier and Type Method Description default DeleteBucketAccessKeyResponseLightsailClient. deleteBucketAccessKey(Consumer<DeleteBucketAccessKeyRequest.Builder> deleteBucketAccessKeyRequest)Deletes an access key for the specified Amazon Lightsail bucket.default DeleteBucketAccessKeyResponseLightsailClient. deleteBucketAccessKey(DeleteBucketAccessKeyRequest deleteBucketAccessKeyRequest)Deletes an access key for the specified Amazon Lightsail bucket.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type DeleteBucketAccessKeyResponse Modifier and Type Method Description default CompletableFuture<DeleteBucketAccessKeyResponse>LightsailAsyncClient. deleteBucketAccessKey(Consumer<DeleteBucketAccessKeyRequest.Builder> deleteBucketAccessKeyRequest)Deletes an access key for the specified Amazon Lightsail bucket.default CompletableFuture<DeleteBucketAccessKeyResponse>LightsailAsyncClient. deleteBucketAccessKey(DeleteBucketAccessKeyRequest deleteBucketAccessKeyRequest)Deletes an access key for the specified Amazon Lightsail bucket.
-