Uses of Class
software.amazon.awssdk.services.osis.model.EncryptionAtRestOptions
-
Packages that use EncryptionAtRestOptions Package Description software.amazon.awssdk.services.osis.model -
-
Uses of EncryptionAtRestOptions in software.amazon.awssdk.services.osis.model
Methods in software.amazon.awssdk.services.osis.model that return EncryptionAtRestOptions Modifier and Type Method Description EncryptionAtRestOptionsCreatePipelineRequest. encryptionAtRestOptions()Key-value pairs to configure encryption for data that is written to a persistent buffer.EncryptionAtRestOptionsPipeline. encryptionAtRestOptions()Returns the value of the EncryptionAtRestOptions property for this object.EncryptionAtRestOptionsUpdatePipelineRequest. encryptionAtRestOptions()Key-value pairs to configure encryption for data that is written to a persistent buffer.Methods in software.amazon.awssdk.services.osis.model with parameters of type EncryptionAtRestOptions Modifier and Type Method Description CreatePipelineRequest.BuilderCreatePipelineRequest.Builder. encryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)Key-value pairs to configure encryption for data that is written to a persistent buffer.Pipeline.BuilderPipeline.Builder. encryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)Sets the value of the EncryptionAtRestOptions property for this object.UpdatePipelineRequest.BuilderUpdatePipelineRequest.Builder. encryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)Key-value pairs to configure encryption for data that is written to a persistent buffer.
-