| Package | Description |
|---|---|
| software.amazon.awssdk.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteResources |
DeregistrationPolicy.deleteResources()
Specifies which Audit Manager data will be deleted when you deregister Audit Manager.
|
static DeleteResources |
DeleteResources.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DeleteResources |
DeleteResources.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeleteResources[] |
DeleteResources.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<DeleteResources> |
DeleteResources.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DeregistrationPolicy.Builder |
DeregistrationPolicy.Builder.deleteResources(DeleteResources deleteResources)
Specifies which Audit Manager data will be deleted when you deregister Audit Manager.
|
Copyright © 2023. All rights reserved.