Uses of Class
software.amazon.awssdk.services.forecast.model.EncryptionConfig
-
Packages that use EncryptionConfig Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of EncryptionConfig in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return EncryptionConfig Modifier and Type Method Description EncryptionConfigCreateAutoPredictorRequest. encryptionConfig()Returns the value of the EncryptionConfig property for this object.EncryptionConfigCreateDatasetRequest. encryptionConfig()An Key Management Service (KMS) key and the Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.EncryptionConfigCreatePredictorRequest. encryptionConfig()An Key Management Service (KMS) key and the Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.EncryptionConfigDescribeAutoPredictorResponse. encryptionConfig()Returns the value of the EncryptionConfig property for this object.EncryptionConfigDescribeDatasetResponse. encryptionConfig()The Key Management Service (KMS) key and the Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.EncryptionConfigDescribePredictorResponse. encryptionConfig()An Key Management Service (KMS) key and the Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.Methods in software.amazon.awssdk.services.forecast.model with parameters of type EncryptionConfig Modifier and Type Method Description CreateAutoPredictorRequest.BuilderCreateAutoPredictorRequest.Builder. encryptionConfig(EncryptionConfig encryptionConfig)Sets the value of the EncryptionConfig property for this object.CreateDatasetRequest.BuilderCreateDatasetRequest.Builder. encryptionConfig(EncryptionConfig encryptionConfig)An Key Management Service (KMS) key and the Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.CreatePredictorRequest.BuilderCreatePredictorRequest.Builder. encryptionConfig(EncryptionConfig encryptionConfig)An Key Management Service (KMS) key and the Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.DescribeAutoPredictorResponse.BuilderDescribeAutoPredictorResponse.Builder. encryptionConfig(EncryptionConfig encryptionConfig)Sets the value of the EncryptionConfig property for this object.DescribeDatasetResponse.BuilderDescribeDatasetResponse.Builder. encryptionConfig(EncryptionConfig encryptionConfig)The Key Management Service (KMS) key and the Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.DescribePredictorResponse.BuilderDescribePredictorResponse.Builder. encryptionConfig(EncryptionConfig encryptionConfig)An Key Management Service (KMS) key and the Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.
-