Uses of Class
software.amazon.awssdk.services.s3.model.CreateSessionResponse
-
Packages that use CreateSessionResponse Package Description software.amazon.awssdk.services.s3 -
-
Uses of CreateSessionResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return CreateSessionResponse Modifier and Type Method Description CreateSessionResponseDelegatingS3Client. 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 CreateSessionResponseS3Client. 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 CreateSessionResponseS3Client. 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.Methods in software.amazon.awssdk.services.s3 that return types with arguments of type CreateSessionResponse Modifier and Type Method Description 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.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.
-