Uses of Class
software.amazon.awssdk.services.bedrock.model.ListMarketplaceModelEndpointsResponse
-
Packages that use ListMarketplaceModelEndpointsResponse Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models.software.amazon.awssdk.services.bedrock.paginators -
-
Uses of ListMarketplaceModelEndpointsResponse in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock that return ListMarketplaceModelEndpointsResponse Modifier and Type Method Description default ListMarketplaceModelEndpointsResponseBedrockClient. listMarketplaceModelEndpoints(Consumer<ListMarketplaceModelEndpointsRequest.Builder> listMarketplaceModelEndpointsRequest)Lists the endpoints for models from Amazon Bedrock Marketplace in your Amazon Web Services account.default ListMarketplaceModelEndpointsResponseBedrockClient. listMarketplaceModelEndpoints(ListMarketplaceModelEndpointsRequest listMarketplaceModelEndpointsRequest)Lists the endpoints for models from Amazon Bedrock Marketplace in your Amazon Web Services account.Methods in software.amazon.awssdk.services.bedrock that return types with arguments of type ListMarketplaceModelEndpointsResponse Modifier and Type Method Description default CompletableFuture<ListMarketplaceModelEndpointsResponse>BedrockAsyncClient. listMarketplaceModelEndpoints(Consumer<ListMarketplaceModelEndpointsRequest.Builder> listMarketplaceModelEndpointsRequest)Lists the endpoints for models from Amazon Bedrock Marketplace in your Amazon Web Services account.default CompletableFuture<ListMarketplaceModelEndpointsResponse>BedrockAsyncClient. listMarketplaceModelEndpoints(ListMarketplaceModelEndpointsRequest listMarketplaceModelEndpointsRequest)Lists the endpoints for models from Amazon Bedrock Marketplace in your Amazon Web Services account. -
Uses of ListMarketplaceModelEndpointsResponse in software.amazon.awssdk.services.bedrock.paginators
Methods in software.amazon.awssdk.services.bedrock.paginators that return types with arguments of type ListMarketplaceModelEndpointsResponse Modifier and Type Method Description Iterator<ListMarketplaceModelEndpointsResponse>ListMarketplaceModelEndpointsIterable. iterator()Method parameters in software.amazon.awssdk.services.bedrock.paginators with type arguments of type ListMarketplaceModelEndpointsResponse Modifier and Type Method Description voidListMarketplaceModelEndpointsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListMarketplaceModelEndpointsResponse> subscriber)
-