Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ListInvocationStepsRequest.Builder
-
Packages that use ListInvocationStepsRequest.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 ListInvocationStepsRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime
Method parameters in software.amazon.awssdk.services.bedrockagentruntime with type arguments of type ListInvocationStepsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListInvocationStepsResponse>BedrockAgentRuntimeAsyncClient. 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.Builder Modifier and Type Method Description static ListInvocationStepsRequest.BuilderListInvocationStepsRequest. builder()ListInvocationStepsRequest.BuilderListInvocationStepsRequest.Builder. invocationIdentifier(String invocationIdentifier)The unique identifier (in UUID format) for the invocation to list invocation steps for.ListInvocationStepsRequest.BuilderListInvocationStepsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in the response.ListInvocationStepsRequest.BuilderListInvocationStepsRequest.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.ListInvocationStepsRequest.BuilderListInvocationStepsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListInvocationStepsRequest.BuilderListInvocationStepsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListInvocationStepsRequest.BuilderListInvocationStepsRequest.Builder. sessionIdentifier(String sessionIdentifier)The unique identifier for the session associated with the invocation steps.ListInvocationStepsRequest.BuilderListInvocationStepsRequest. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ListInvocationStepsRequest.Builder Modifier and Type Method Description static Class<? extends ListInvocationStepsRequest.Builder>ListInvocationStepsRequest. serializableBuilderClass()
-