Uses of Class
software.amazon.awssdk.services.sagemaker.model.OnlineStoreSecurityConfig
-
Packages that use OnlineStoreSecurityConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of OnlineStoreSecurityConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return OnlineStoreSecurityConfig Modifier and Type Method Description OnlineStoreSecurityConfigOnlineStoreConfig. securityConfig()Use to specify KMS Key ID (KMSKeyId) for at-rest encryption of yourOnlineStore.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type OnlineStoreSecurityConfig Modifier and Type Method Description OnlineStoreConfig.BuilderOnlineStoreConfig.Builder. securityConfig(OnlineStoreSecurityConfig securityConfig)Use to specify KMS Key ID (KMSKeyId) for at-rest encryption of yourOnlineStore.
-