Uses of Enum
software.amazon.awssdk.services.bedrockagent.model.DataSourceStatus
Packages that use DataSourceStatus
-
Uses of DataSourceStatus in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return DataSourceStatusModifier and TypeMethodDescriptionstatic DataSourceStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final DataSourceStatusDataSource.status()The status of the data source.final DataSourceStatusDataSourceSummary.status()The status of the data source.final DataSourceStatusDeleteDataSourceResponse.status()The status of the data source.static DataSourceStatusReturns the enum constant of this type with the specified name.static DataSourceStatus[]DataSourceStatus.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 DataSourceStatusMethods in software.amazon.awssdk.services.bedrockagent.model with parameters of type DataSourceStatusModifier and TypeMethodDescriptionDataSource.Builder.status(DataSourceStatus status) The status of the data source.DataSourceSummary.Builder.status(DataSourceStatus status) The status of the data source.DeleteDataSourceResponse.Builder.status(DataSourceStatus status) The status of the data source.