| Package | Description |
|---|---|
| com.ibm.cos.v2.services.s3 |
| Modifier and Type | Method and Description |
|---|---|
default CreateSessionResponse |
S3Client.createSession(Consumer<CreateSessionRequest.Builder> createSessionRequest)
Creates a session that establishes temporary security credentials to support fast authentication and
authorization for the Zonal endpoint API operations on directory buckets.
|
default CreateSessionResponse |
S3Client.createSession(CreateSessionRequest createSessionRequest)
Creates a session that establishes temporary security credentials to support fast authentication and
authorization for the Zonal endpoint API operations on directory buckets.
|
CreateSessionResponse |
DelegatingS3Client.createSession(CreateSessionRequest createSessionRequest)
Creates a session that establishes temporary security credentials to support fast authentication and
authorization for the Zonal endpoint API operations on directory buckets.
|
default HeadBucketResponse |
S3Client.headBucket(Consumer<HeadBucketRequest.Builder> headBucketRequest)
You can use this operation to determine if a bucket exists and if you have permission to access it.
|
default HeadBucketResponse |
S3Client.headBucket(HeadBucketRequest headBucketRequest)
You can use this operation to determine if a bucket exists and if you have permission to access it.
|
HeadBucketResponse |
DelegatingS3Client.headBucket(HeadBucketRequest headBucketRequest)
You can use this operation to determine if a bucket exists and if you have permission to access it.
|
default ListObjectsResponse |
S3Client.listObjects(Consumer<ListObjectsRequest.Builder> listObjectsRequest)
|
default ListObjectsResponse |
S3Client.listObjects(ListObjectsRequest listObjectsRequest)
|
ListObjectsResponse |
DelegatingS3Client.listObjects(ListObjectsRequest listObjectsRequest)
|
default ListObjectsV2Response |
S3Client.listObjectsV2(Consumer<ListObjectsV2Request.Builder> listObjectsV2Request)
Returns some or all (up to 1,000) of the objects in a bucket with each request.
|
default ListObjectsV2Response |
S3Client.listObjectsV2(ListObjectsV2Request listObjectsV2Request)
Returns some or all (up to 1,000) of the objects in a bucket with each request.
|
ListObjectsV2Response |
DelegatingS3Client.listObjectsV2(ListObjectsV2Request listObjectsV2Request)
Returns some or all (up to 1,000) of the objects in a bucket with each request.
|
default ListObjectsV2Iterable |
S3Client.listObjectsV2Paginator(Consumer<ListObjectsV2Request.Builder> listObjectsV2Request)
This is a variant of
S3Client.listObjectsV2(ListObjectsV2Request)
operation. |
default ListObjectsV2Iterable |
S3Client.listObjectsV2Paginator(ListObjectsV2Request listObjectsV2Request)
This is a variant of
S3Client.listObjectsV2(ListObjectsV2Request)
operation. |
Copyright © 2026. All rights reserved.