| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static UnavailabilityReasonCode |
UnavailabilityReasonCode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static UnavailabilityReasonCode |
UnavailabilityReasonCode.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<UnavailabilityReasonCode> |
UnavailabilityReasonCode.knownValues()
|
List<UnavailabilityReasonCode> |
GetSensitiveDataOccurrencesAvailabilityResponse.reasons()
Specifies why occurrences of sensitive data can't be retrieved for the finding.
|
| Modifier and Type | Method and Description |
|---|---|
GetSensitiveDataOccurrencesAvailabilityResponse.Builder |
GetSensitiveDataOccurrencesAvailabilityResponse.Builder.reasons(UnavailabilityReasonCode... reasons)
Specifies why occurrences of sensitive data can't be retrieved for the finding.
|
| Modifier and Type | Method and Description |
|---|---|
GetSensitiveDataOccurrencesAvailabilityResponse.Builder |
GetSensitiveDataOccurrencesAvailabilityResponse.Builder.reasons(Collection<UnavailabilityReasonCode> reasons)
Specifies why occurrences of sensitive data can't be retrieved for the finding.
|
Copyright © 2023. All rights reserved.