Uses of Class
software.amazon.awssdk.services.macie2.model.RevealConfiguration
-
Packages that use RevealConfiguration Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of RevealConfiguration in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return RevealConfiguration Modifier and Type Method Description RevealConfigurationGetRevealConfigurationResponse. configuration()The KMS key that's used to encrypt the sensitive data, and the status of the configuration for the Amazon Macie account.RevealConfigurationUpdateRevealConfigurationRequest. configuration()The KMS key to use to encrypt the sensitive data, and the status of the configuration for the Amazon Macie account.RevealConfigurationUpdateRevealConfigurationResponse. configuration()The KMS key to use to encrypt the sensitive data, and the status of the configuration for the Amazon Macie account.Methods in software.amazon.awssdk.services.macie2.model with parameters of type RevealConfiguration Modifier and Type Method Description GetRevealConfigurationResponse.BuilderGetRevealConfigurationResponse.Builder. configuration(RevealConfiguration configuration)The KMS key that's used to encrypt the sensitive data, and the status of the configuration for the Amazon Macie account.UpdateRevealConfigurationRequest.BuilderUpdateRevealConfigurationRequest.Builder. configuration(RevealConfiguration configuration)The KMS key to use to encrypt the sensitive data, and the status of the configuration for the Amazon Macie account.UpdateRevealConfigurationResponse.BuilderUpdateRevealConfigurationResponse.Builder. configuration(RevealConfiguration configuration)The KMS key to use to encrypt the sensitive data, and the status of the configuration for the Amazon Macie account.
-