| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateBucketResult> |
AbstractAmazonLightsailAsync.updateBucketAsync(UpdateBucketRequest request,
AsyncHandler<UpdateBucketRequest,UpdateBucketResult> asyncHandler) |
Future<UpdateBucketResult> |
AmazonLightsailAsync.updateBucketAsync(UpdateBucketRequest updateBucketRequest,
AsyncHandler<UpdateBucketRequest,UpdateBucketResult> asyncHandler)
Updates an existing Amazon Lightsail bucket.
|
Future<UpdateBucketResult> |
AmazonLightsailAsyncClient.updateBucketAsync(UpdateBucketRequest request,
AsyncHandler<UpdateBucketRequest,UpdateBucketResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateBucketRequest |
UpdateBucketRequest.clone() |
UpdateBucketRequest |
UpdateBucketRequest.withAccessLogConfig(BucketAccessLogConfig accessLogConfig)
An object that describes the access log configuration for the bucket.
|
UpdateBucketRequest |
UpdateBucketRequest.withAccessRules(AccessRules accessRules)
An object that sets the public accessibility of objects in the specified bucket.
|
UpdateBucketRequest |
UpdateBucketRequest.withBucketName(String bucketName)
The name of the bucket to update.
|
UpdateBucketRequest |
UpdateBucketRequest.withReadonlyAccessAccounts(Collection<String> readonlyAccessAccounts)
An array of strings to specify the Amazon Web Services account IDs that can access the bucket.
|
UpdateBucketRequest |
UpdateBucketRequest.withReadonlyAccessAccounts(String... readonlyAccessAccounts)
An array of strings to specify the Amazon Web Services account IDs that can access the bucket.
|
UpdateBucketRequest |
UpdateBucketRequest.withVersioning(String versioning)
Specifies whether to enable or suspend versioning of objects in the bucket.
|
Copyright © 2024. All rights reserved.