| Package | Description |
|---|---|
| software.amazon.awssdk.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
static ResourceSetStatus |
ResourceSetStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ResourceSetStatus |
ResourceSet.resourceSetStatus()
Indicates whether the resource set is in or out of an admin's Region scope.
|
ResourceSetStatus |
ResourceSetSummary.resourceSetStatus()
Indicates whether the resource set is in or out of an admin's Region scope.
|
static ResourceSetStatus |
ResourceSetStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceSetStatus[] |
ResourceSetStatus.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<ResourceSetStatus> |
ResourceSetStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ResourceSet.Builder |
ResourceSet.Builder.resourceSetStatus(ResourceSetStatus resourceSetStatus)
Indicates whether the resource set is in or out of an admin's Region scope.
|
ResourceSetSummary.Builder |
ResourceSetSummary.Builder.resourceSetStatus(ResourceSetStatus resourceSetStatus)
Indicates whether the resource set is in or out of an admin's Region scope.
|
Copyright © 2023. All rights reserved.