Uses of Enum
software.amazon.awssdk.services.bedrockagent.model.IngestionJobStatus
Packages that use IngestionJobStatus
-
Uses of IngestionJobStatus in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return IngestionJobStatusModifier and TypeMethodDescriptionstatic IngestionJobStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final IngestionJobStatusIngestionJob.status()The status of the data ingestion job.final IngestionJobStatusIngestionJobSummary.status()The status of the data ingestion job.static IngestionJobStatusReturns the enum constant of this type with the specified name.static IngestionJobStatus[]IngestionJobStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type IngestionJobStatusModifier and TypeMethodDescriptionstatic Set<IngestionJobStatus>IngestionJobStatus.knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type IngestionJobStatusModifier and TypeMethodDescriptionIngestionJob.Builder.status(IngestionJobStatus status) The status of the data ingestion job.IngestionJobSummary.Builder.status(IngestionJobStatus status) The status of the data ingestion job.