Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ListInvocationStepsRequest.Builder
Packages that use ListInvocationStepsRequest.Builder
Package
Description
Contains APIs related to model invocation and querying of knowledge bases.
-
Uses of ListInvocationStepsRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime
Method parameters in software.amazon.awssdk.services.bedrockagentruntime with type arguments of type ListInvocationStepsRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentRuntimeAsyncClient.listInvocationSteps(Consumer<ListInvocationStepsRequest.Builder> listInvocationStepsRequest) Lists all invocation steps associated with a session and optionally, an invocation within the session.default ListInvocationStepsResponseBedrockAgentRuntimeClient.listInvocationSteps(Consumer<ListInvocationStepsRequest.Builder> listInvocationStepsRequest) Lists all invocation steps associated with a session and optionally, an invocation within the session.default ListInvocationStepsPublisherBedrockAgentRuntimeAsyncClient.listInvocationStepsPaginator(Consumer<ListInvocationStepsRequest.Builder> listInvocationStepsRequest) default ListInvocationStepsIterableBedrockAgentRuntimeClient.listInvocationStepsPaginator(Consumer<ListInvocationStepsRequest.Builder> listInvocationStepsRequest) -
Uses of ListInvocationStepsRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ListInvocationStepsRequest.BuilderModifier and TypeMethodDescriptionListInvocationStepsRequest.builder()ListInvocationStepsRequest.Builder.invocationIdentifier(String invocationIdentifier) The unique identifier (in UUID format) for the invocation to list invocation steps for.ListInvocationStepsRequest.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.ListInvocationStepsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListInvocationStepsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListInvocationStepsRequest.Builder.sessionIdentifier(String sessionIdentifier) The unique identifier for the session associated with the invocation steps.ListInvocationStepsRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ListInvocationStepsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListInvocationStepsRequest.Builder>ListInvocationStepsRequest.serializableBuilderClass()