Uses of Class
software.amazon.awssdk.services.licensemanager.model.ListDistributedGrantsRequest
-
Packages that use ListDistributedGrantsRequest 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.software.amazon.awssdk.services.licensemanager.transform -
-
Uses of ListDistributedGrantsRequest in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager with parameters of type ListDistributedGrantsRequest Modifier and Type Method Description default CompletableFuture<ListDistributedGrantsResponse>LicenseManagerAsyncClient. listDistributedGrants(ListDistributedGrantsRequest listDistributedGrantsRequest)Lists the grants distributed for the specified license.default ListDistributedGrantsResponseLicenseManagerClient. listDistributedGrants(ListDistributedGrantsRequest listDistributedGrantsRequest)Lists the grants distributed for the specified license. -
Uses of ListDistributedGrantsRequest in software.amazon.awssdk.services.licensemanager.transform
Methods in software.amazon.awssdk.services.licensemanager.transform with parameters of type ListDistributedGrantsRequest Modifier and Type Method Description SdkHttpFullRequestListDistributedGrantsRequestMarshaller. marshall(ListDistributedGrantsRequest listDistributedGrantsRequest)
-