Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.GetAgentResponse.Builder
-
Packages that use GetAgentResponse.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of GetAgentResponse.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return GetAgentResponse.Builder Modifier and Type Method Description default GetAgentResponse.BuilderGetAgentResponse.Builder. agent(Consumer<Agent.Builder> agent)Contains details about the agent.GetAgentResponse.BuilderGetAgentResponse.Builder. agent(Agent agent)Contains details about the agent.static GetAgentResponse.BuilderGetAgentResponse. builder()GetAgentResponse.BuilderGetAgentResponse. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type GetAgentResponse.Builder Modifier and Type Method Description static Class<? extends GetAgentResponse.Builder>GetAgentResponse. serializableBuilderClass()
-