CreateSessionResponse |
DelegatingS3Client.createSession(CreateSessionRequest createSessionRequest) |
Creates a session that establishes temporary security credentials to support fast authentication and
authorization for the Zonal endpoint APIs on directory buckets.
|
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 APIs 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 APIs on directory buckets.
|
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 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.
|
ListObjectsResponse |
DelegatingS3Client.listObjects(ListObjectsRequest listObjectsRequest) |
|
default ListObjectsResponse |
S3Client.listObjects(Consumer<ListObjectsRequest.Builder> listObjectsRequest) |
|
default ListObjectsResponse |
S3Client.listObjects(ListObjectsRequest listObjectsRequest) |
|
ListObjectsV2Response |
DelegatingS3Client.listObjectsV2(ListObjectsV2Request listObjectsV2Request) |
Returns some or all (up to 1,000) of the objects in a bucket with each request.
|
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.
|
default ListObjectsV2Iterable |
S3Client.listObjectsV2Paginator(Consumer<ListObjectsV2Request.Builder> listObjectsV2Request) |
|
default ListObjectsV2Iterable |
S3Client.listObjectsV2Paginator(ListObjectsV2Request listObjectsV2Request) |
|