Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.RecommendationStatus
Packages that use RecommendationStatus
-
Uses of RecommendationStatus in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return RecommendationStatusModifier and TypeMethodDescriptionstatic RecommendationStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final RecommendationStatusDeleteRecommendationResponse.status()The status of the recommendation deletion operation.final RecommendationStatusGetRecommendationResponse.status()The current status of the recommendation.final RecommendationStatusRecommendationSummary.status()The current status of the recommendation.final RecommendationStatusStartRecommendationResponse.status()The status of the recommendation.final RecommendationStatusListRecommendationsRequest.statusFilter()Optional filter to return only recommendations with the specified status.static RecommendationStatusReturns the enum constant of this type with the specified name.static RecommendationStatus[]RecommendationStatus.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 RecommendationStatusModifier and TypeMethodDescriptionstatic Set<RecommendationStatus>RecommendationStatus.knownValues()Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type RecommendationStatusModifier and TypeMethodDescriptionDeleteRecommendationResponse.Builder.status(RecommendationStatus status) The status of the recommendation deletion operation.GetRecommendationResponse.Builder.status(RecommendationStatus status) The current status of the recommendation.RecommendationSummary.Builder.status(RecommendationStatus status) The current status of the recommendation.StartRecommendationResponse.Builder.status(RecommendationStatus status) The status of the recommendation.ListRecommendationsRequest.Builder.statusFilter(RecommendationStatus statusFilter) Optional filter to return only recommendations with the specified status.