Uses of Class
software.amazon.awssdk.services.neptunegraph.model.ExportTaskStatus
-
Packages that use ExportTaskStatus Package Description software.amazon.awssdk.services.neptunegraph.model -
-
Uses of ExportTaskStatus in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return ExportTaskStatus Modifier and Type Method Description static ExportTaskStatusExportTaskStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ExportTaskStatusCancelExportTaskResponse. status()The current status of the export task.ExportTaskStatusExportTaskSummary. status()The current status of the export task.ExportTaskStatusGetExportTaskResponse. status()The current status of the export task.ExportTaskStatusStartExportTaskResponse. status()The current status of the export task.static ExportTaskStatusExportTaskStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ExportTaskStatus[]ExportTaskStatus. 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 ExportTaskStatus Modifier and Type Method Description static Set<ExportTaskStatus>ExportTaskStatus. knownValues()Methods in software.amazon.awssdk.services.neptunegraph.model with parameters of type ExportTaskStatus Modifier and Type Method Description CancelExportTaskResponse.BuilderCancelExportTaskResponse.Builder. status(ExportTaskStatus status)The current status of the export task.ExportTaskSummary.BuilderExportTaskSummary.Builder. status(ExportTaskStatus status)The current status of the export task.GetExportTaskResponse.BuilderGetExportTaskResponse.Builder. status(ExportTaskStatus status)The current status of the export task.StartExportTaskResponse.BuilderStartExportTaskResponse.Builder. status(ExportTaskStatus status)The current status of the export task.
-