| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static RegistryStatus |
RegistryStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RegistryStatus |
GetRegistryResponse.status()
The status of the registry.
|
RegistryStatus |
DeleteRegistryResponse.status()
The status of the registry.
|
RegistryStatus |
RegistryListItem.status()
The status of the registry.
|
static RegistryStatus |
RegistryStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegistryStatus[] |
RegistryStatus.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<RegistryStatus> |
RegistryStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetRegistryResponse.Builder |
GetRegistryResponse.Builder.status(RegistryStatus status)
The status of the registry.
|
DeleteRegistryResponse.Builder |
DeleteRegistryResponse.Builder.status(RegistryStatus status)
The status of the registry.
|
RegistryListItem.Builder |
RegistryListItem.Builder.status(RegistryStatus status)
The status of the registry.
|
Copyright © 2023. All rights reserved.