| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearchserverless.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 |
VpcEndpointDetail.status()
The current status of the endpoint.
|
VpcEndpointStatus |
UpdateVpcEndpointDetail.status()
The current status of the endpoint update process.
|
VpcEndpointStatus |
VpcEndpointFilters.status()
The current status of the endpoint.
|
VpcEndpointStatus |
CreateVpcEndpointDetail.status()
The current status in the endpoint creation process.
|
VpcEndpointStatus |
DeleteVpcEndpointDetail.status()
The current status of the endpoint deletion process.
|
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 |
|---|---|
VpcEndpointDetail.Builder |
VpcEndpointDetail.Builder.status(VpcEndpointStatus status)
The current status of the endpoint.
|
UpdateVpcEndpointDetail.Builder |
UpdateVpcEndpointDetail.Builder.status(VpcEndpointStatus status)
The current status of the endpoint update process.
|
VpcEndpointFilters.Builder |
VpcEndpointFilters.Builder.status(VpcEndpointStatus status)
The current status of the endpoint.
|
CreateVpcEndpointDetail.Builder |
CreateVpcEndpointDetail.Builder.status(VpcEndpointStatus status)
The current status in the endpoint creation process.
|
DeleteVpcEndpointDetail.Builder |
DeleteVpcEndpointDetail.Builder.status(VpcEndpointStatus status)
The current status of the endpoint deletion process.
|
VpcEndpointSummary.Builder |
VpcEndpointSummary.Builder.status(VpcEndpointStatus status)
The current status of the endpoint.
|
Copyright © 2023. All rights reserved.