Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ListInvocationsRequest.Builder
Packages that use ListInvocationsRequest.Builder
Package
Description
Contains APIs related to model invocation and querying of knowledge bases.
-
Uses of ListInvocationsRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime
Method parameters in software.amazon.awssdk.services.bedrockagentruntime with type arguments of type ListInvocationsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ListInvocationsResponse>BedrockAgentRuntimeAsyncClient.listInvocations(Consumer<ListInvocationsRequest.Builder> listInvocationsRequest) Lists all invocations associated with a specific session.default ListInvocationsResponseBedrockAgentRuntimeClient.listInvocations(Consumer<ListInvocationsRequest.Builder> listInvocationsRequest) Lists all invocations associated with a specific session.default ListInvocationsPublisherBedrockAgentRuntimeAsyncClient.listInvocationsPaginator(Consumer<ListInvocationsRequest.Builder> listInvocationsRequest) This is a variant ofBedrockAgentRuntimeAsyncClient.listInvocations(software.amazon.awssdk.services.bedrockagentruntime.model.ListInvocationsRequest)operation.default ListInvocationsIterableBedrockAgentRuntimeClient.listInvocationsPaginator(Consumer<ListInvocationsRequest.Builder> listInvocationsRequest) This is a variant ofBedrockAgentRuntimeClient.listInvocations(software.amazon.awssdk.services.bedrockagentruntime.model.ListInvocationsRequest)operation. -
Uses of ListInvocationsRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ListInvocationsRequest.BuilderModifier and TypeMethodDescriptionListInvocationsRequest.builder()ListInvocationsRequest.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.ListInvocationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListInvocationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListInvocationsRequest.Builder.sessionIdentifier(String sessionIdentifier) The unique identifier for the session to list invocations for.ListInvocationsRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ListInvocationsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListInvocationsRequest.Builder>ListInvocationsRequest.serializableBuilderClass()