Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.ExtractionJobStatus
Packages that use ExtractionJobStatus
-
Uses of ExtractionJobStatus in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return ExtractionJobStatusModifier and TypeMethodDescriptionstatic ExtractionJobStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ExtractionJobStatusExtractionJobFilterInput.status()The status of the extraction job.final ExtractionJobStatusExtractionJobMetadata.status()The current status of the extraction job.static ExtractionJobStatusReturns the enum constant of this type with the specified name.static ExtractionJobStatus[]ExtractionJobStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type ExtractionJobStatusModifier and TypeMethodDescriptionstatic Set<ExtractionJobStatus>ExtractionJobStatus.knownValues()Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type ExtractionJobStatusModifier and TypeMethodDescriptionExtractionJobFilterInput.Builder.status(ExtractionJobStatus status) The status of the extraction job.ExtractionJobMetadata.Builder.status(ExtractionJobStatus status) The current status of the extraction job.