Uses of Class
software.amazon.awssdk.services.bedrock.model.ListCustomModelsResponse
-
Packages that use ListCustomModelsResponse Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating and managing Amazon Bedrock models.software.amazon.awssdk.services.bedrock.paginators -
-
Uses of ListCustomModelsResponse in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock that return ListCustomModelsResponse Modifier and Type Method Description default ListCustomModelsResponseBedrockClient. listCustomModels(Consumer<ListCustomModelsRequest.Builder> listCustomModelsRequest)Returns a list of the custom models that you have created with theCreateModelCustomizationJoboperation.default ListCustomModelsResponseBedrockClient. listCustomModels(ListCustomModelsRequest listCustomModelsRequest)Returns a list of the custom models that you have created with theCreateModelCustomizationJoboperation.Methods in software.amazon.awssdk.services.bedrock that return types with arguments of type ListCustomModelsResponse Modifier and Type Method Description default CompletableFuture<ListCustomModelsResponse>BedrockAsyncClient. listCustomModels(Consumer<ListCustomModelsRequest.Builder> listCustomModelsRequest)Returns a list of the custom models that you have created with theCreateModelCustomizationJoboperation.default CompletableFuture<ListCustomModelsResponse>BedrockAsyncClient. listCustomModels(ListCustomModelsRequest listCustomModelsRequest)Returns a list of the custom models that you have created with theCreateModelCustomizationJoboperation. -
Uses of ListCustomModelsResponse in software.amazon.awssdk.services.bedrock.paginators
Methods in software.amazon.awssdk.services.bedrock.paginators that return types with arguments of type ListCustomModelsResponse Modifier and Type Method Description Iterator<ListCustomModelsResponse>ListCustomModelsIterable. iterator()Method parameters in software.amazon.awssdk.services.bedrock.paginators with type arguments of type ListCustomModelsResponse Modifier and Type Method Description voidListCustomModelsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCustomModelsResponse> subscriber)
-