| 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<CreateBucketResult> |
AbstractAmazonLightsailAsync.createBucketAsync(CreateBucketRequest request,
AsyncHandler<CreateBucketRequest,CreateBucketResult> asyncHandler) |
Future<CreateBucketResult> |
AmazonLightsailAsync.createBucketAsync(CreateBucketRequest createBucketRequest,
AsyncHandler<CreateBucketRequest,CreateBucketResult> asyncHandler)
Creates an Amazon Lightsail bucket.
|
Future<CreateBucketResult> |
AmazonLightsailAsyncClient.createBucketAsync(CreateBucketRequest request,
AsyncHandler<CreateBucketRequest,CreateBucketResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateBucketRequest |
CreateBucketRequest.clone() |
CreateBucketRequest |
CreateBucketRequest.withBucketName(String bucketName)
The name for the bucket.
|
CreateBucketRequest |
CreateBucketRequest.withBundleId(String bundleId)
The ID of the bundle to use for the bucket.
|
CreateBucketRequest |
CreateBucketRequest.withEnableObjectVersioning(Boolean enableObjectVersioning)
A Boolean value that indicates whether to enable versioning of objects in the bucket.
|
CreateBucketRequest |
CreateBucketRequest.withTags(Collection<Tag> tags)
The tag keys and optional values to add to the bucket during creation.
|
CreateBucketRequest |
CreateBucketRequest.withTags(Tag... tags)
The tag keys and optional values to add to the bucket during creation.
|
Copyright © 2025. All rights reserved.