Uses of Interface
software.amazon.awssdk.services.cleanroomsml.model.ListConfiguredModelAlgorithmsRequest.Builder
-
Packages that use ListConfiguredModelAlgorithmsRequest.Builder Package Description software.amazon.awssdk.services.cleanroomsml Welcome to the Amazon Web Services Clean Rooms ML API Reference.software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of ListConfiguredModelAlgorithmsRequest.Builder in software.amazon.awssdk.services.cleanroomsml
-
Uses of ListConfiguredModelAlgorithmsRequest.Builder in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return ListConfiguredModelAlgorithmsRequest.Builder Modifier and Type Method Description static ListConfiguredModelAlgorithmsRequest.BuilderListConfiguredModelAlgorithmsRequest. builder()ListConfiguredModelAlgorithmsRequest.BuilderListConfiguredModelAlgorithmsRequest.Builder. maxResults(Integer maxResults)The maximum size of the results that is returned per call.ListConfiguredModelAlgorithmsRequest.BuilderListConfiguredModelAlgorithmsRequest.Builder. nextToken(String nextToken)The token value retrieved from a previous call to access the next page of results.ListConfiguredModelAlgorithmsRequest.BuilderListConfiguredModelAlgorithmsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListConfiguredModelAlgorithmsRequest.BuilderListConfiguredModelAlgorithmsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListConfiguredModelAlgorithmsRequest.BuilderListConfiguredModelAlgorithmsRequest. toBuilder()Methods in software.amazon.awssdk.services.cleanroomsml.model that return types with arguments of type ListConfiguredModelAlgorithmsRequest.Builder Modifier and Type Method Description static Class<? extends ListConfiguredModelAlgorithmsRequest.Builder>ListConfiguredModelAlgorithmsRequest. serializableBuilderClass()
-