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