Uses of Class
software.amazon.awssdk.services.marketplaceentitlement.model.GetEntitlementsResponse
-
Packages that use GetEntitlementsResponse Package Description software.amazon.awssdk.services.marketplaceentitlement AWS Marketplace Entitlement Service software.amazon.awssdk.services.marketplaceentitlement.paginators -
-
Uses of GetEntitlementsResponse in software.amazon.awssdk.services.marketplaceentitlement
Methods in software.amazon.awssdk.services.marketplaceentitlement that return GetEntitlementsResponse Modifier and Type Method Description default GetEntitlementsResponseMarketplaceEntitlementClient. getEntitlements(Consumer<GetEntitlementsRequest.Builder> getEntitlementsRequest)GetEntitlements retrieves entitlement values for a given product.default GetEntitlementsResponseMarketplaceEntitlementClient. getEntitlements(GetEntitlementsRequest getEntitlementsRequest)GetEntitlements retrieves entitlement values for a given product.Methods in software.amazon.awssdk.services.marketplaceentitlement that return types with arguments of type GetEntitlementsResponse Modifier and Type Method Description default CompletableFuture<GetEntitlementsResponse>MarketplaceEntitlementAsyncClient. getEntitlements(Consumer<GetEntitlementsRequest.Builder> getEntitlementsRequest)GetEntitlements retrieves entitlement values for a given product.default CompletableFuture<GetEntitlementsResponse>MarketplaceEntitlementAsyncClient. getEntitlements(GetEntitlementsRequest getEntitlementsRequest)GetEntitlements retrieves entitlement values for a given product. -
Uses of GetEntitlementsResponse in software.amazon.awssdk.services.marketplaceentitlement.paginators
Methods in software.amazon.awssdk.services.marketplaceentitlement.paginators that return types with arguments of type GetEntitlementsResponse Modifier and Type Method Description Iterator<GetEntitlementsResponse>GetEntitlementsIterable. iterator()Method parameters in software.amazon.awssdk.services.marketplaceentitlement.paginators with type arguments of type GetEntitlementsResponse Modifier and Type Method Description voidGetEntitlementsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetEntitlementsResponse> subscriber)
-