| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateSessionResponse> |
S3AsyncClient.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 CompletableFuture<CreateSessionResponse> |
S3AsyncClient.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.
|
CompletableFuture<CreateSessionResponse> |
DelegatingS3AsyncClient.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.
|
Copyright © 2026. All rights reserved.