| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3 |
|
| software.amazon.awssdk.services.s3.transform |
| Modifier and Type | Method and Description |
|---|---|
default HeadBucketResponse |
S3Client.headBucket(HeadBucketRequest headBucketRequest)
This operation is useful to determine if a bucket exists and you have permission to access it.
|
default CompletableFuture<HeadBucketResponse> |
S3AsyncClient.headBucket(HeadBucketRequest headBucketRequest)
This operation is useful to determine if a bucket exists and you have permission to access it.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
HeadBucketRequestMarshaller.marshall(HeadBucketRequest headBucketRequest) |
Copyright © 2020. All rights reserved.