Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ListInvocationStepsResponse.Builder
Packages that use ListInvocationStepsResponse.Builder
-
Uses of ListInvocationStepsResponse.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ListInvocationStepsResponse.BuilderModifier and TypeMethodDescriptionListInvocationStepsResponse.builder()ListInvocationStepsResponse.Builder.invocationStepSummaries(Collection<InvocationStepSummary> invocationStepSummaries) A list of summaries for each invocation step associated with a session and if you specified it, an invocation within the session.ListInvocationStepsResponse.Builder.invocationStepSummaries(Consumer<InvocationStepSummary.Builder>... invocationStepSummaries) A list of summaries for each invocation step associated with a session and if you specified it, an invocation within the session.ListInvocationStepsResponse.Builder.invocationStepSummaries(InvocationStepSummary... invocationStepSummaries) A list of summaries for each invocation step associated with a session and if you specified it, an invocation within 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.ListInvocationStepsResponse.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ListInvocationStepsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListInvocationStepsResponse.Builder>ListInvocationStepsResponse.serializableBuilderClass()