Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ListInvocationsResponse.Builder
Packages that use ListInvocationsResponse.Builder
-
Uses of ListInvocationsResponse.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ListInvocationsResponse.BuilderModifier and TypeMethodDescriptionListInvocationsResponse.builder()ListInvocationsResponse.Builder.invocationSummaries(Collection<InvocationSummary> invocationSummaries) A list of invocation summaries associated with the session.ListInvocationsResponse.Builder.invocationSummaries(Consumer<InvocationSummary.Builder>... invocationSummaries) A list of invocation summaries associated with the session.ListInvocationsResponse.Builder.invocationSummaries(InvocationSummary... invocationSummaries) A list of invocation summaries associated with the session.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.ListInvocationsResponse.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ListInvocationsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListInvocationsResponse.Builder>ListInvocationsResponse.serializableBuilderClass()