Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ExportStatus
-
Packages that use ExportStatus Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of ExportStatus in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return ExportStatus Modifier and Type Method Description ExportStatusCreateExportResponse. exportStatus()The status of the export.ExportStatusDeleteExportResponse. exportStatus()The current status of the deletion.ExportStatusDescribeExportResponse. exportStatus()The status of the export.ExportStatusExportSummary. exportStatus()The status of the export.ExportStatusUpdateExportResponse. exportStatus()The status of the export.static ExportStatusExportStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ExportStatusExportStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ExportStatus[]ExportStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type ExportStatus Modifier and Type Method Description static Set<ExportStatus>ExportStatus. knownValues()Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type ExportStatus Modifier and Type Method Description CreateExportResponse.BuilderCreateExportResponse.Builder. exportStatus(ExportStatus exportStatus)The status of the export.DeleteExportResponse.BuilderDeleteExportResponse.Builder. exportStatus(ExportStatus exportStatus)The current status of the deletion.DescribeExportResponse.BuilderDescribeExportResponse.Builder. exportStatus(ExportStatus exportStatus)The status of the export.ExportSummary.BuilderExportSummary.Builder. exportStatus(ExportStatus exportStatus)The status of the export.UpdateExportResponse.BuilderUpdateExportResponse.Builder. exportStatus(ExportStatus exportStatus)The status of the export.
-