| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateBucketResponse.Builder |
UpdateBucketResponse.Builder.bucket(Bucket bucket)
An object that describes the bucket that is updated.
|
default UpdateBucketResponse.Builder |
UpdateBucketResponse.Builder.bucket(Consumer<Bucket.Builder> bucket)
An object that describes the bucket that is updated.
|
static UpdateBucketResponse.Builder |
UpdateBucketResponse.builder() |
UpdateBucketResponse.Builder |
UpdateBucketResponse.Builder.operations(Collection<Operation> operations)
An array of objects that describe the result of the action, such as the status of the request, the timestamp
of the request, and the resources affected by the request.
|
UpdateBucketResponse.Builder |
UpdateBucketResponse.Builder.operations(Consumer<Operation.Builder>... operations)
An array of objects that describe the result of the action, such as the status of the request, the timestamp
of the request, and the resources affected by the request.
|
UpdateBucketResponse.Builder |
UpdateBucketResponse.Builder.operations(Operation... operations)
An array of objects that describe the result of the action, such as the status of the request, the timestamp
of the request, and the resources affected by the request.
|
UpdateBucketResponse.Builder |
UpdateBucketResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateBucketResponse.Builder> |
UpdateBucketResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.