Uses of Class
software.amazon.awssdk.services.bedrock.paginators.ListCustomModelsPublisher
-
Packages that use ListCustomModelsPublisher Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating and managing Amazon Bedrock models. -
-
Uses of ListCustomModelsPublisher in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock that return ListCustomModelsPublisher Modifier and Type Method Description default ListCustomModelsPublisherBedrockAsyncClient. listCustomModelsPaginator(Consumer<ListCustomModelsRequest.Builder> listCustomModelsRequest)This is a variant ofBedrockAsyncClient.listCustomModels(software.amazon.awssdk.services.bedrock.model.ListCustomModelsRequest)operation.default ListCustomModelsPublisherBedrockAsyncClient. listCustomModelsPaginator(ListCustomModelsRequest listCustomModelsRequest)This is a variant ofBedrockAsyncClient.listCustomModels(software.amazon.awssdk.services.bedrock.model.ListCustomModelsRequest)operation.
-