Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ListSessionsResponse.Builder
Packages that use ListSessionsResponse.Builder
-
Uses of ListSessionsResponse.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ListSessionsResponse.BuilderModifier and TypeMethodDescriptionstatic ListSessionsResponse.BuilderListSessionsResponse.builder()If the total number of results is greater than themaxResultsvalue provided in the request, use this token when making another request in thenextTokenfield to return the next batch of results.ListSessionsResponse.Builder.sessionSummaries(Collection<SessionSummary> sessionSummaries) A list of summaries for each session in your Amazon Web Services account.ListSessionsResponse.Builder.sessionSummaries(Consumer<SessionSummary.Builder>... sessionSummaries) A list of summaries for each session in your Amazon Web Services account.ListSessionsResponse.Builder.sessionSummaries(SessionSummary... sessionSummaries) A list of summaries for each session in your Amazon Web Services account.ListSessionsResponse.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ListSessionsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListSessionsResponse.Builder>ListSessionsResponse.serializableBuilderClass()