Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ListSessionsRequest.Builder
Packages that use ListSessionsRequest.Builder
Package
Description
Contains APIs related to model invocation and querying of knowledge bases.
-
Uses of ListSessionsRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime
Method parameters in software.amazon.awssdk.services.bedrockagentruntime with type arguments of type ListSessionsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ListSessionsResponse>BedrockAgentRuntimeAsyncClient.listSessions(Consumer<ListSessionsRequest.Builder> listSessionsRequest) Lists all sessions in your Amazon Web Services account.default ListSessionsResponseBedrockAgentRuntimeClient.listSessions(Consumer<ListSessionsRequest.Builder> listSessionsRequest) Lists all sessions in your Amazon Web Services account.default ListSessionsPublisherBedrockAgentRuntimeAsyncClient.listSessionsPaginator(Consumer<ListSessionsRequest.Builder> listSessionsRequest) This is a variant ofBedrockAgentRuntimeAsyncClient.listSessions(software.amazon.awssdk.services.bedrockagentruntime.model.ListSessionsRequest)operation.default ListSessionsIterableBedrockAgentRuntimeClient.listSessionsPaginator(Consumer<ListSessionsRequest.Builder> listSessionsRequest) This is a variant ofBedrockAgentRuntimeClient.listSessions(software.amazon.awssdk.services.bedrockagentruntime.model.ListSessionsRequest)operation. -
Uses of ListSessionsRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ListSessionsRequest.BuilderModifier and TypeMethodDescriptionstatic ListSessionsRequest.BuilderListSessionsRequest.builder()ListSessionsRequest.Builder.maxResults(Integer maxResults) The maximum number of results to return in the response.If the total number of results is greater than themaxResultsvalue provided in the request, enter the token returned in thenextTokenfield in the response in this field to return the next batch of results.ListSessionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListSessionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListSessionsRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ListSessionsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListSessionsRequest.Builder>ListSessionsRequest.serializableBuilderClass()