Uses of Class
software.amazon.awssdk.services.bedrock.model.ListCustomModelsRequest
-
Packages that use ListCustomModelsRequest Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating and managing Amazon Bedrock models.software.amazon.awssdk.services.bedrock.paginators software.amazon.awssdk.services.bedrock.transform -
-
Uses of ListCustomModelsRequest in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock with parameters of type ListCustomModelsRequest Modifier and Type Method Description default CompletableFuture<ListCustomModelsResponse>BedrockAsyncClient. listCustomModels(ListCustomModelsRequest 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.default ListCustomModelsPublisherBedrockAsyncClient. listCustomModelsPaginator(ListCustomModelsRequest listCustomModelsRequest)This is a variant ofBedrockAsyncClient.listCustomModels(software.amazon.awssdk.services.bedrock.model.ListCustomModelsRequest)operation.default ListCustomModelsIterableBedrockClient. listCustomModelsPaginator(ListCustomModelsRequest listCustomModelsRequest)This is a variant ofBedrockClient.listCustomModels(software.amazon.awssdk.services.bedrock.model.ListCustomModelsRequest)operation. -
Uses of ListCustomModelsRequest in software.amazon.awssdk.services.bedrock.paginators
Constructors in software.amazon.awssdk.services.bedrock.paginators with parameters of type ListCustomModelsRequest Constructor Description ListCustomModelsIterable(BedrockClient client, ListCustomModelsRequest firstRequest)ListCustomModelsPublisher(BedrockAsyncClient client, ListCustomModelsRequest firstRequest) -
Uses of ListCustomModelsRequest in software.amazon.awssdk.services.bedrock.transform
Methods in software.amazon.awssdk.services.bedrock.transform with parameters of type ListCustomModelsRequest Modifier and Type Method Description SdkHttpFullRequestListCustomModelsRequestMarshaller. marshall(ListCustomModelsRequest listCustomModelsRequest)
-