Uses of Interface
software.amazon.awssdk.services.s3.model.CreateSessionResponse.Builder
Packages that use CreateSessionResponse.Builder
-
Uses of CreateSessionResponse.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return CreateSessionResponse.BuilderModifier and TypeMethodDescriptionCreateSessionResponse.Builder.bucketKeyEnabled(Boolean bucketKeyEnabled) Indicates whether to use an S3 Bucket Key for server-side encryption with KMS keys (SSE-KMS).CreateSessionResponse.builder()default CreateSessionResponse.BuilderCreateSessionResponse.Builder.credentials(Consumer<SessionCredentials.Builder> credentials) The established temporary security credentials for the created session.CreateSessionResponse.Builder.credentials(SessionCredentials credentials) The established temporary security credentials for the created session.CreateSessionResponse.Builder.serverSideEncryption(String serverSideEncryption) The server-side encryption algorithm used when you store objects in the directory bucket.CreateSessionResponse.Builder.serverSideEncryption(ServerSideEncryption serverSideEncryption) The server-side encryption algorithm used when you store objects in the directory bucket.CreateSessionResponse.Builder.ssekmsEncryptionContext(String ssekmsEncryptionContext) If present, indicates the Amazon Web Services KMS Encryption Context to use for object encryption.CreateSessionResponse.Builder.ssekmsKeyId(String ssekmsKeyId) If you specifyx-amz-server-side-encryptionwithaws:kms, this header indicates the ID of the KMS symmetric encryption customer managed key that was used for object encryption.CreateSessionResponse.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type CreateSessionResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateSessionResponse.Builder>CreateSessionResponse.serializableBuilderClass()