Uses of Class
software.amazon.awssdk.services.sagemaker.model.ModelPackageSecurityConfig
-
Packages that use ModelPackageSecurityConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ModelPackageSecurityConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ModelPackageSecurityConfig Modifier and Type Method Description ModelPackageSecurityConfigCreateModelPackageRequest. securityConfig()The KMS Key ID (KMSKeyId) used for encryption of model package information.ModelPackageSecurityConfigDescribeModelPackageResponse. securityConfig()The KMS Key ID (KMSKeyId) used for encryption of model package information.ModelPackageSecurityConfigModelPackage. securityConfig()Returns the value of the SecurityConfig property for this object.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ModelPackageSecurityConfig Modifier and Type Method Description CreateModelPackageRequest.BuilderCreateModelPackageRequest.Builder. securityConfig(ModelPackageSecurityConfig securityConfig)The KMS Key ID (KMSKeyId) used for encryption of model package information.DescribeModelPackageResponse.BuilderDescribeModelPackageResponse.Builder. securityConfig(ModelPackageSecurityConfig securityConfig)The KMS Key ID (KMSKeyId) used for encryption of model package information.ModelPackage.BuilderModelPackage.Builder. securityConfig(ModelPackageSecurityConfig securityConfig)Sets the value of the SecurityConfig property for this object.
-