Uses of Class
software.amazon.awssdk.services.lightsail.model.CreateBucketAccessKeyResponse
-
Packages that use CreateBucketAccessKeyResponse 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 CreateBucketAccessKeyResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return CreateBucketAccessKeyResponse Modifier and Type Method Description default CreateBucketAccessKeyResponseLightsailClient. createBucketAccessKey(Consumer<CreateBucketAccessKeyRequest.Builder> createBucketAccessKeyRequest)Creates a new access key for the specified Amazon Lightsail bucket.default CreateBucketAccessKeyResponseLightsailClient. createBucketAccessKey(CreateBucketAccessKeyRequest createBucketAccessKeyRequest)Creates a new access key for the specified Amazon Lightsail bucket.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type CreateBucketAccessKeyResponse Modifier and Type Method Description default CompletableFuture<CreateBucketAccessKeyResponse>LightsailAsyncClient. createBucketAccessKey(Consumer<CreateBucketAccessKeyRequest.Builder> createBucketAccessKeyRequest)Creates a new access key for the specified Amazon Lightsail bucket.default CompletableFuture<CreateBucketAccessKeyResponse>LightsailAsyncClient. createBucketAccessKey(CreateBucketAccessKeyRequest createBucketAccessKeyRequest)Creates a new access key for the specified Amazon Lightsail bucket.
-