Uses of Class
software.amazon.awssdk.services.bedrock.model.MarketplaceModelEndpoint
-
Packages that use MarketplaceModelEndpoint Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of MarketplaceModelEndpoint in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return MarketplaceModelEndpoint Modifier and Type Method Description MarketplaceModelEndpointCreateMarketplaceModelEndpointResponse. marketplaceModelEndpoint()Details about the created endpoint.MarketplaceModelEndpointGetMarketplaceModelEndpointResponse. marketplaceModelEndpoint()Details about the requested endpoint.MarketplaceModelEndpointRegisterMarketplaceModelEndpointResponse. marketplaceModelEndpoint()Details about the registered endpoint.MarketplaceModelEndpointUpdateMarketplaceModelEndpointResponse. marketplaceModelEndpoint()Details about the updated endpoint.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type MarketplaceModelEndpoint Modifier and Type Method Description CreateMarketplaceModelEndpointResponse.BuilderCreateMarketplaceModelEndpointResponse.Builder. marketplaceModelEndpoint(MarketplaceModelEndpoint marketplaceModelEndpoint)Details about the created endpoint.GetMarketplaceModelEndpointResponse.BuilderGetMarketplaceModelEndpointResponse.Builder. marketplaceModelEndpoint(MarketplaceModelEndpoint marketplaceModelEndpoint)Details about the requested endpoint.RegisterMarketplaceModelEndpointResponse.BuilderRegisterMarketplaceModelEndpointResponse.Builder. marketplaceModelEndpoint(MarketplaceModelEndpoint marketplaceModelEndpoint)Details about the registered endpoint.UpdateMarketplaceModelEndpointResponse.BuilderUpdateMarketplaceModelEndpointResponse.Builder. marketplaceModelEndpoint(MarketplaceModelEndpoint marketplaceModelEndpoint)Details about the updated endpoint.
-