Uses of Class
software.amazon.awssdk.services.healthlake.model.SseConfiguration
-
Packages that use SseConfiguration Package Description software.amazon.awssdk.services.healthlake.model -
-
Uses of SseConfiguration in software.amazon.awssdk.services.healthlake.model
Methods in software.amazon.awssdk.services.healthlake.model that return SseConfiguration Modifier and Type Method Description SseConfigurationCreateFhirDatastoreRequest. sseConfiguration()The server-side encryption key configuration for a customer provided encryption key specified for creating a data store.SseConfigurationDatastoreProperties. sseConfiguration()The server-side encryption key configuration for a customer provided encryption key (CMK).Methods in software.amazon.awssdk.services.healthlake.model with parameters of type SseConfiguration Modifier and Type Method Description CreateFhirDatastoreRequest.BuilderCreateFhirDatastoreRequest.Builder. sseConfiguration(SseConfiguration sseConfiguration)The server-side encryption key configuration for a customer provided encryption key specified for creating a data store.DatastoreProperties.BuilderDatastoreProperties.Builder. sseConfiguration(SseConfiguration sseConfiguration)The server-side encryption key configuration for a customer provided encryption key (CMK).
-