Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.GetSessionRequest
-
Packages that use GetSessionRequest Package Description software.amazon.awssdk.services.bedrockagentruntime Contains APIs related to model invocation and querying of knowledge bases.software.amazon.awssdk.services.bedrockagentruntime.transform -
-
Uses of GetSessionRequest in software.amazon.awssdk.services.bedrockagentruntime
Methods in software.amazon.awssdk.services.bedrockagentruntime with parameters of type GetSessionRequest Modifier and Type Method Description default CompletableFuture<GetSessionResponse>BedrockAgentRuntimeAsyncClient. getSession(GetSessionRequest getSessionRequest)Retrieves details about a specific session.default GetSessionResponseBedrockAgentRuntimeClient. getSession(GetSessionRequest getSessionRequest)Retrieves details about a specific session. -
Uses of GetSessionRequest in software.amazon.awssdk.services.bedrockagentruntime.transform
Methods in software.amazon.awssdk.services.bedrockagentruntime.transform with parameters of type GetSessionRequest Modifier and Type Method Description SdkHttpFullRequestGetSessionRequestMarshaller. marshall(GetSessionRequest getSessionRequest)
-