Uses of Class
software.amazon.awssdk.services.licensemanager.model.ListReceivedGrantsResponse
-
Packages that use ListReceivedGrantsResponse 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 ListReceivedGrantsResponse in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager that return ListReceivedGrantsResponse Modifier and Type Method Description default ListReceivedGrantsResponseLicenseManagerClient. listReceivedGrants(Consumer<ListReceivedGrantsRequest.Builder> listReceivedGrantsRequest)Lists grants that are received.default ListReceivedGrantsResponseLicenseManagerClient. listReceivedGrants(ListReceivedGrantsRequest listReceivedGrantsRequest)Lists grants that are received.Methods in software.amazon.awssdk.services.licensemanager that return types with arguments of type ListReceivedGrantsResponse Modifier and Type Method Description default CompletableFuture<ListReceivedGrantsResponse>LicenseManagerAsyncClient. listReceivedGrants(Consumer<ListReceivedGrantsRequest.Builder> listReceivedGrantsRequest)Lists grants that are received.default CompletableFuture<ListReceivedGrantsResponse>LicenseManagerAsyncClient. listReceivedGrants(ListReceivedGrantsRequest listReceivedGrantsRequest)Lists grants that are received.
-