Uses of Class
software.amazon.awssdk.services.licensemanager.model.ListDistributedGrantsResponse
-
Packages that use ListDistributedGrantsResponse Package Description software.amazon.awssdk.services.licensemanager License Manager makes it easier to manage licenses from software vendors across multiple Amazon Web Services accounts and on-premises servers. -
-
Uses of ListDistributedGrantsResponse in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager that return ListDistributedGrantsResponse Modifier and Type Method Description default ListDistributedGrantsResponseLicenseManagerClient. listDistributedGrants(Consumer<ListDistributedGrantsRequest.Builder> listDistributedGrantsRequest)Lists the grants distributed for the specified license.default ListDistributedGrantsResponseLicenseManagerClient. listDistributedGrants(ListDistributedGrantsRequest listDistributedGrantsRequest)Lists the grants distributed for the specified license.Methods in software.amazon.awssdk.services.licensemanager that return types with arguments of type ListDistributedGrantsResponse Modifier and Type Method Description default CompletableFuture<ListDistributedGrantsResponse>LicenseManagerAsyncClient. listDistributedGrants(Consumer<ListDistributedGrantsRequest.Builder> listDistributedGrantsRequest)Lists the grants distributed for the specified license.default CompletableFuture<ListDistributedGrantsResponse>LicenseManagerAsyncClient. listDistributedGrants(ListDistributedGrantsRequest listDistributedGrantsRequest)Lists the grants distributed for the specified license.
-