Uses of Class
software.amazon.awssdk.services.macie2.model.RetrievalMode
-
Packages that use RetrievalMode Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of RetrievalMode in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return RetrievalMode Modifier and Type Method Description static RetrievalModeRetrievalMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RetrievalModeRetrievalConfiguration. retrievalMode()The access method that's used to retrieve sensitive data from affected S3 objects.RetrievalModeUpdateRetrievalConfiguration. retrievalMode()The access method to use when retrieving sensitive data from affected S3 objects.static RetrievalModeRetrievalMode. valueOf(String name)Returns the enum constant of this type with the specified name.static RetrievalMode[]RetrievalMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type RetrievalMode Modifier and Type Method Description static Set<RetrievalMode>RetrievalMode. knownValues()Methods in software.amazon.awssdk.services.macie2.model with parameters of type RetrievalMode Modifier and Type Method Description RetrievalConfiguration.BuilderRetrievalConfiguration.Builder. retrievalMode(RetrievalMode retrievalMode)The access method that's used to retrieve sensitive data from affected S3 objects.UpdateRetrievalConfiguration.BuilderUpdateRetrievalConfiguration.Builder. retrievalMode(RetrievalMode retrievalMode)The access method to use when retrieving sensitive data from affected S3 objects.
-