Uses of Class
software.amazon.awssdk.services.bedrock.model.MarketplaceModelEndpointSummary
-
Packages that use MarketplaceModelEndpointSummary Package Description software.amazon.awssdk.services.bedrock.model software.amazon.awssdk.services.bedrock.paginators -
-
Uses of MarketplaceModelEndpointSummary in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type MarketplaceModelEndpointSummary Modifier and Type Method Description List<MarketplaceModelEndpointSummary>ListMarketplaceModelEndpointsResponse. marketplaceModelEndpoints()An array of endpoint summaries.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type MarketplaceModelEndpointSummary Modifier and Type Method Description ListMarketplaceModelEndpointsResponse.BuilderListMarketplaceModelEndpointsResponse.Builder. marketplaceModelEndpoints(MarketplaceModelEndpointSummary... marketplaceModelEndpoints)An array of endpoint summaries.Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type MarketplaceModelEndpointSummary Modifier and Type Method Description ListMarketplaceModelEndpointsResponse.BuilderListMarketplaceModelEndpointsResponse.Builder. marketplaceModelEndpoints(Collection<MarketplaceModelEndpointSummary> marketplaceModelEndpoints)An array of endpoint summaries. -
Uses of MarketplaceModelEndpointSummary in software.amazon.awssdk.services.bedrock.paginators
Methods in software.amazon.awssdk.services.bedrock.paginators that return types with arguments of type MarketplaceModelEndpointSummary Modifier and Type Method Description SdkIterable<MarketplaceModelEndpointSummary>ListMarketplaceModelEndpointsIterable. marketplaceModelEndpoints()Returns an iterable to iterate through the paginatedListMarketplaceModelEndpointsResponse.marketplaceModelEndpoints()member.SdkPublisher<MarketplaceModelEndpointSummary>ListMarketplaceModelEndpointsPublisher. marketplaceModelEndpoints()Returns a publisher that can be used to get a stream of data.
-