Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ListSessionsRequest.Builder
-
Packages that use ListSessionsRequest.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime Contains APIs related to model invocation and querying of knowledge bases.software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of ListSessionsRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime
-
Uses of ListSessionsRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ListSessionsRequest.Builder Modifier and Type Method Description static ListSessionsRequest.BuilderListSessionsRequest. builder()ListSessionsRequest.BuilderListSessionsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in the response.ListSessionsRequest.BuilderListSessionsRequest.Builder. nextToken(String nextToken)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.BuilderListSessionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSessionsRequest.BuilderListSessionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSessionsRequest.BuilderListSessionsRequest. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ListSessionsRequest.Builder Modifier and Type Method Description static Class<? extends ListSessionsRequest.Builder>ListSessionsRequest. serializableBuilderClass()
-