| Package | Description |
|---|---|
| com.amazonaws.services.lightsail |
Amazon Lightsail is the easiest way to get started with Amazon Web Services (AWS) for developers who need to build
websites or web applications.
|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
CreateBucketResult |
AmazonLightsailClient.createBucket(CreateBucketRequest request)
Creates an Amazon Lightsail bucket.
|
CreateBucketResult |
AmazonLightsail.createBucket(CreateBucketRequest createBucketRequest)
Creates an Amazon Lightsail bucket.
|
CreateBucketResult |
AbstractAmazonLightsail.createBucket(CreateBucketRequest request) |
| 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 |
|---|---|
CreateBucketResult |
CreateBucketResult.clone() |
CreateBucketResult |
CreateBucketResult.withBucket(Bucket bucket)
An object that describes the bucket that is created.
|
CreateBucketResult |
CreateBucketResult.withOperations(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.
|
CreateBucketResult |
CreateBucketResult.withOperations(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.
|
Copyright © 2021. All rights reserved.