Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3 |
Synchronous client for accessing Amazon S3.
|
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
com.ibm.cloud.objectstorage.services.s3.waiters |
Modifier and Type | Method and Description |
---|---|
HeadBucketResult |
AbstractAmazonS3.headBucket(HeadBucketRequest headBucketRequest) |
HeadBucketResult |
AmazonS3Client.headBucket(HeadBucketRequest headBucketRequest) |
HeadBucketResult |
AmazonS3.headBucket(HeadBucketRequest headBucketRequest)
This action is useful to determine if a bucket exists and you have permission to access it.
|
Modifier and Type | Method and Description |
---|---|
HeadBucketResult |
HeadBucketResult.withBucketRegion(String bucketRegion) |
Modifier and Type | Method and Description |
---|---|
HeadBucketResult |
HeadBucketFunction.apply(HeadBucketRequest headBucketRequest)
Makes a call to the operation specified by the waiter by taking the
corresponding request and returns the corresponding result
|
Copyright © 2024. All rights reserved.