Uses of Class
software.amazon.awssdk.services.macie2.model.AvailabilityCode
-
Packages that use AvailabilityCode Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of AvailabilityCode in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return AvailabilityCode Modifier and Type Method Description AvailabilityCodeGetSensitiveDataOccurrencesAvailabilityResponse. code()Specifies whether occurrences of sensitive data can be retrieved for the finding.static AvailabilityCodeAvailabilityCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AvailabilityCodeAvailabilityCode. valueOf(String name)Returns the enum constant of this type with the specified name.static AvailabilityCode[]AvailabilityCode. 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 AvailabilityCode Modifier and Type Method Description static Set<AvailabilityCode>AvailabilityCode. knownValues()Methods in software.amazon.awssdk.services.macie2.model with parameters of type AvailabilityCode Modifier and Type Method Description GetSensitiveDataOccurrencesAvailabilityResponse.BuilderGetSensitiveDataOccurrencesAvailabilityResponse.Builder. code(AvailabilityCode code)Specifies whether occurrences of sensitive data can be retrieved for the finding.
-