| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
Bucket |
Bucket.clone() |
Bucket |
CreateBucketResult.getBucket()
An object that describes the bucket that is created.
|
Bucket |
UpdateBucketResult.getBucket()
An object that describes the bucket that is updated.
|
Bucket |
Bucket.withAbleToUpdateBundle(Boolean ableToUpdateBundle)
Indicates whether the bundle that is currently applied to a bucket can be changed to another bundle.
|
Bucket |
Bucket.withAccessLogConfig(BucketAccessLogConfig accessLogConfig)
An object that describes the access log configuration for the bucket.
|
Bucket |
Bucket.withAccessRules(AccessRules accessRules)
An object that describes the access rules of the bucket.
|
Bucket |
Bucket.withArn(String arn)
The Amazon Resource Name (ARN) of the bucket.
|
Bucket |
Bucket.withBundleId(String bundleId)
The ID of the bundle currently applied to the bucket.
|
Bucket |
Bucket.withCreatedAt(Date createdAt)
The timestamp when the distribution was created.
|
Bucket |
Bucket.withLocation(ResourceLocation location)
An object that describes the location of the bucket, such as the Amazon Web Services Region and Availability
Zone.
|
Bucket |
Bucket.withName(String name)
The name of the bucket.
|
Bucket |
Bucket.withObjectVersioning(String objectVersioning)
Indicates whether object versioning is enabled for the bucket.
|
Bucket |
Bucket.withReadonlyAccessAccounts(Collection<String> readonlyAccessAccounts)
An array of strings that specify the Amazon Web Services account IDs that have read-only access to the bucket.
|
Bucket |
Bucket.withReadonlyAccessAccounts(String... readonlyAccessAccounts)
An array of strings that specify the Amazon Web Services account IDs that have read-only access to the bucket.
|
Bucket |
Bucket.withResourcesReceivingAccess(Collection<ResourceReceivingAccess> resourcesReceivingAccess)
An array of objects that describe Lightsail instances that have access to the bucket.
|
Bucket |
Bucket.withResourcesReceivingAccess(ResourceReceivingAccess... resourcesReceivingAccess)
An array of objects that describe Lightsail instances that have access to the bucket.
|
Bucket |
Bucket.withResourceType(String resourceType)
The Lightsail resource type of the bucket (for example,
Bucket). |
Bucket |
Bucket.withState(BucketState state)
An object that describes the state of the bucket.
|
Bucket |
Bucket.withSupportCode(String supportCode)
The support code for a bucket.
|
Bucket |
Bucket.withTags(Collection<Tag> tags)
The tag keys and optional values for the bucket.
|
Bucket |
Bucket.withTags(Tag... tags)
The tag keys and optional values for the bucket.
|
Bucket |
Bucket.withUrl(String url)
The URL of the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
List<Bucket> |
GetBucketsResult.getBuckets()
An array of objects that describe buckets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateBucketResult.setBucket(Bucket bucket)
An object that describes the bucket that is created.
|
void |
UpdateBucketResult.setBucket(Bucket bucket)
An object that describes the bucket that is updated.
|
CreateBucketResult |
CreateBucketResult.withBucket(Bucket bucket)
An object that describes the bucket that is created.
|
UpdateBucketResult |
UpdateBucketResult.withBucket(Bucket bucket)
An object that describes the bucket that is updated.
|
GetBucketsResult |
GetBucketsResult.withBuckets(Bucket... buckets)
An array of objects that describe buckets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetBucketsResult.setBuckets(Collection<Bucket> buckets)
An array of objects that describe buckets.
|
GetBucketsResult |
GetBucketsResult.withBuckets(Collection<Bucket> buckets)
An array of objects that describe buckets.
|
Copyright © 2023. All rights reserved.