Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ListInvocationsRequest.Builder
-
Packages that use ListInvocationsRequest.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 ListInvocationsRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime
-
Uses of ListInvocationsRequest.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ListInvocationsRequest.Builder Modifier and Type Method Description static ListInvocationsRequest.BuilderListInvocationsRequest. builder()ListInvocationsRequest.BuilderListInvocationsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in the response.ListInvocationsRequest.BuilderListInvocationsRequest.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.ListInvocationsRequest.BuilderListInvocationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListInvocationsRequest.BuilderListInvocationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListInvocationsRequest.BuilderListInvocationsRequest.Builder. sessionIdentifier(String sessionIdentifier)The unique identifier for the session to list invocations for.ListInvocationsRequest.BuilderListInvocationsRequest. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ListInvocationsRequest.Builder Modifier and Type Method Description static Class<? extends ListInvocationsRequest.Builder>ListInvocationsRequest. serializableBuilderClass()
-