| Package | Description |
|---|---|
| com.amazonaws.services.amplifybackend |
AWS Amplify Admin API
|
| com.amazonaws.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
ListS3BucketsResult |
AbstractAWSAmplifyBackend.listS3Buckets(ListS3BucketsRequest request) |
ListS3BucketsResult |
AWSAmplifyBackend.listS3Buckets(ListS3BucketsRequest listS3BucketsRequest)
The list of S3 buckets in your account.
|
ListS3BucketsResult |
AWSAmplifyBackendClient.listS3Buckets(ListS3BucketsRequest request)
The list of S3 buckets in your account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListS3BucketsResult> |
AbstractAWSAmplifyBackendAsync.listS3BucketsAsync(ListS3BucketsRequest request,
AsyncHandler<ListS3BucketsRequest,ListS3BucketsResult> asyncHandler) |
Future<ListS3BucketsResult> |
AWSAmplifyBackendAsync.listS3BucketsAsync(ListS3BucketsRequest listS3BucketsRequest,
AsyncHandler<ListS3BucketsRequest,ListS3BucketsResult> asyncHandler)
The list of S3 buckets in your account.
|
Future<ListS3BucketsResult> |
AWSAmplifyBackendAsyncClient.listS3BucketsAsync(ListS3BucketsRequest request,
AsyncHandler<ListS3BucketsRequest,ListS3BucketsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListS3BucketsResult |
ListS3BucketsResult.clone() |
ListS3BucketsResult |
ListS3BucketsResult.withBuckets(Collection<S3BucketInfo> buckets)
The list of S3 buckets.
|
ListS3BucketsResult |
ListS3BucketsResult.withBuckets(S3BucketInfo... buckets)
The list of S3 buckets.
|
ListS3BucketsResult |
ListS3BucketsResult.withNextToken(String nextToken)
Reserved for future use.
|
Copyright © 2022. All rights reserved.