| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static MacieStatus |
MacieStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MacieStatus |
UpdateMacieSessionRequest.status()
Specifies a new status for the account.
|
MacieStatus |
EnableMacieRequest.status()
Specifies the new status for the account.
|
MacieStatus |
GetMacieSessionResponse.status()
The current status of the Amazon Macie account.
|
MacieStatus |
UpdateMemberSessionRequest.status()
Specifies the new status for the account.
|
static MacieStatus |
MacieStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MacieStatus[] |
MacieStatus.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<MacieStatus> |
MacieStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateMacieSessionRequest.Builder |
UpdateMacieSessionRequest.Builder.status(MacieStatus status)
Specifies a new status for the account.
|
EnableMacieRequest.Builder |
EnableMacieRequest.Builder.status(MacieStatus status)
Specifies the new status for the account.
|
GetMacieSessionResponse.Builder |
GetMacieSessionResponse.Builder.status(MacieStatus status)
The current status of the Amazon Macie account.
|
UpdateMemberSessionRequest.Builder |
UpdateMemberSessionRequest.Builder.status(MacieStatus status)
Specifies the new status for the account.
|
Copyright © 2022. All rights reserved.