Uses of Class
software.amazon.awssdk.services.s3.model.CreateSessionResponse
Packages that use CreateSessionResponse
-
Uses of CreateSessionResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return CreateSessionResponseModifier and TypeMethodDescriptionDelegatingS3Client.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 CreateSessionResponseModifier and TypeMethodDescriptionDelegatingS3AsyncClient.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.