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