Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.RecommendationType
Packages that use RecommendationType
-
Uses of RecommendationType in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return RecommendationTypeModifier and TypeMethodDescriptionstatic RecommendationTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final RecommendationTypeGetRecommendationResponse.type()The type of recommendation.final RecommendationTypeRecommendationSummary.type()The type of recommendation.final RecommendationTypeStartRecommendationRequest.type()The type of recommendation to generate.final RecommendationTypeStartRecommendationResponse.type()The type of recommendation.static RecommendationTypeReturns the enum constant of this type with the specified name.static RecommendationType[]RecommendationType.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 RecommendationTypeModifier and TypeMethodDescriptionstatic Set<RecommendationType>RecommendationType.knownValues()Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type RecommendationTypeModifier and TypeMethodDescriptionGetRecommendationResponse.Builder.type(RecommendationType type) The type of recommendation.RecommendationSummary.Builder.type(RecommendationType type) The type of recommendation.StartRecommendationRequest.Builder.type(RecommendationType type) The type of recommendation to generate.StartRecommendationResponse.Builder.type(RecommendationType type) The type of recommendation.