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