Uses of Class
software.amazon.awssdk.services.neptunegraph.model.GraphStatus
-
Packages that use GraphStatus Package Description software.amazon.awssdk.services.neptunegraph.model -
-
Uses of GraphStatus in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return GraphStatus Modifier and Type Method Description static GraphStatusGraphStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GraphStatusCreateGraphResponse. status()The current status of the graph.GraphStatusDeleteGraphResponse. status()The status of the graph.GraphStatusGetGraphResponse. status()The status of the graph.GraphStatusGraphSummary. status()The status of the graph.GraphStatusResetGraphResponse. status()The status of the graph.GraphStatusRestoreGraphFromSnapshotResponse. status()The status of the graph.GraphStatusUpdateGraphResponse. status()The status of the graph.static GraphStatusGraphStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static GraphStatus[]GraphStatus. 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 GraphStatus Modifier and Type Method Description static Set<GraphStatus>GraphStatus. knownValues()Methods in software.amazon.awssdk.services.neptunegraph.model with parameters of type GraphStatus Modifier and Type Method Description CreateGraphResponse.BuilderCreateGraphResponse.Builder. status(GraphStatus status)The current status of the graph.DeleteGraphResponse.BuilderDeleteGraphResponse.Builder. status(GraphStatus status)The status of the graph.GetGraphResponse.BuilderGetGraphResponse.Builder. status(GraphStatus status)The status of the graph.GraphSummary.BuilderGraphSummary.Builder. status(GraphStatus status)The status of the graph.ResetGraphResponse.BuilderResetGraphResponse.Builder. status(GraphStatus status)The status of the graph.RestoreGraphFromSnapshotResponse.BuilderRestoreGraphFromSnapshotResponse.Builder. status(GraphStatus status)The status of the graph.UpdateGraphResponse.BuilderUpdateGraphResponse.Builder. status(GraphStatus status)The status of the graph.
-