Uses of Class
software.amazon.awssdk.services.marketplacecatalog.model.DescribeEntityResponse
-
Packages that use DescribeEntityResponse Package Description software.amazon.awssdk.services.marketplacecatalog Catalog API actions allow you to manage your entities through list, describe, and update capabilities. -
-
Uses of DescribeEntityResponse in software.amazon.awssdk.services.marketplacecatalog
Methods in software.amazon.awssdk.services.marketplacecatalog that return DescribeEntityResponse Modifier and Type Method Description default DescribeEntityResponseMarketplaceCatalogClient. describeEntity(Consumer<DescribeEntityRequest.Builder> describeEntityRequest)Returns the metadata and content of the entity.default DescribeEntityResponseMarketplaceCatalogClient. describeEntity(DescribeEntityRequest describeEntityRequest)Returns the metadata and content of the entity.Methods in software.amazon.awssdk.services.marketplacecatalog that return types with arguments of type DescribeEntityResponse Modifier and Type Method Description default CompletableFuture<DescribeEntityResponse>MarketplaceCatalogAsyncClient. describeEntity(Consumer<DescribeEntityRequest.Builder> describeEntityRequest)Returns the metadata and content of the entity.default CompletableFuture<DescribeEntityResponse>MarketplaceCatalogAsyncClient. describeEntity(DescribeEntityRequest describeEntityRequest)Returns the metadata and content of the entity.
-