Uses of Class
software.amazon.awssdk.services.neptunegraph.model.PrivateGraphEndpointStatus
-
Packages that use PrivateGraphEndpointStatus Package Description software.amazon.awssdk.services.neptunegraph.model -
-
Uses of PrivateGraphEndpointStatus in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return PrivateGraphEndpointStatus Modifier and Type Method Description static PrivateGraphEndpointStatusPrivateGraphEndpointStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PrivateGraphEndpointStatusCreatePrivateGraphEndpointResponse. status()Status of the private graph endpoint.PrivateGraphEndpointStatusDeletePrivateGraphEndpointResponse. status()The status of the delete operation.PrivateGraphEndpointStatusGetPrivateGraphEndpointResponse. status()The current status of the private endpoint.PrivateGraphEndpointStatusPrivateGraphEndpointSummary. status()The status of the private graph endpoint.static PrivateGraphEndpointStatusPrivateGraphEndpointStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static PrivateGraphEndpointStatus[]PrivateGraphEndpointStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.neptunegraph.model that return types with arguments of type PrivateGraphEndpointStatus Modifier and Type Method Description static Set<PrivateGraphEndpointStatus>PrivateGraphEndpointStatus. knownValues()Methods in software.amazon.awssdk.services.neptunegraph.model with parameters of type PrivateGraphEndpointStatus Modifier and Type Method Description CreatePrivateGraphEndpointResponse.BuilderCreatePrivateGraphEndpointResponse.Builder. status(PrivateGraphEndpointStatus status)Status of the private graph endpoint.DeletePrivateGraphEndpointResponse.BuilderDeletePrivateGraphEndpointResponse.Builder. status(PrivateGraphEndpointStatus status)The status of the delete operation.GetPrivateGraphEndpointResponse.BuilderGetPrivateGraphEndpointResponse.Builder. status(PrivateGraphEndpointStatus status)The current status of the private endpoint.PrivateGraphEndpointSummary.BuilderPrivateGraphEndpointSummary.Builder. status(PrivateGraphEndpointStatus status)The status of the private graph endpoint.
-