Uses of Class
software.amazon.awssdk.services.opensearch.model.VpcEndpointStatus
-
Packages that use VpcEndpointStatus Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of VpcEndpointStatus in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return VpcEndpointStatus Modifier and Type Method Description static VpcEndpointStatusVpcEndpointStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.VpcEndpointStatusVpcEndpoint. status()The current status of the endpoint.VpcEndpointStatusVpcEndpointSummary. status()The current status of the endpoint.static VpcEndpointStatusVpcEndpointStatus. 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.Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type VpcEndpointStatus Modifier and Type Method Description static Set<VpcEndpointStatus>VpcEndpointStatus. knownValues()Methods in software.amazon.awssdk.services.opensearch.model with parameters of type VpcEndpointStatus Modifier and Type Method Description VpcEndpoint.BuilderVpcEndpoint.Builder. status(VpcEndpointStatus status)The current status of the endpoint.VpcEndpointSummary.BuilderVpcEndpointSummary.Builder. status(VpcEndpointStatus status)The current status of the endpoint.
-