Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.DeleteSessionRequest
-
Packages that use DeleteSessionRequest 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 DeleteSessionRequest in software.amazon.awssdk.services.bedrockagentruntime
Methods in software.amazon.awssdk.services.bedrockagentruntime with parameters of type DeleteSessionRequest Modifier and Type Method Description default CompletableFuture<DeleteSessionResponse>BedrockAgentRuntimeAsyncClient. deleteSession(DeleteSessionRequest deleteSessionRequest)Deletes a session that you ended.default DeleteSessionResponseBedrockAgentRuntimeClient. deleteSession(DeleteSessionRequest deleteSessionRequest)Deletes a session that you ended. -
Uses of DeleteSessionRequest in software.amazon.awssdk.services.bedrockagentruntime.transform
Methods in software.amazon.awssdk.services.bedrockagentruntime.transform with parameters of type DeleteSessionRequest Modifier and Type Method Description SdkHttpFullRequestDeleteSessionRequestMarshaller. marshall(DeleteSessionRequest deleteSessionRequest)
-