| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3 |
|
| software.amazon.awssdk.services.s3.internal |
| Modifier and Type | Method and Description |
|---|---|
default GetBucketLocationResponse |
S3Client.getBucketLocation(Consumer<GetBucketLocationRequest.Builder> getBucketLocationRequest)
Returns the Region the bucket resides in.
|
default GetBucketLocationResponse |
S3Client.getBucketLocation(GetBucketLocationRequest getBucketLocationRequest)
Returns the Region the bucket resides in.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetBucketLocationResponse> |
S3AsyncClient.getBucketLocation(Consumer<GetBucketLocationRequest.Builder> getBucketLocationRequest)
Returns the Region the bucket resides in.
|
default CompletableFuture<GetBucketLocationResponse> |
S3AsyncClient.getBucketLocation(GetBucketLocationRequest getBucketLocationRequest)
Returns the Region the bucket resides in.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<GetBucketLocationResponse> |
DelegatingS3AsyncClient.getBucketLocation(GetBucketLocationRequest getBucketLocationRequest)
Returns the Region the bucket resides in.
|
Copyright © 2022. All rights reserved.