Uses of Class
software.amazon.awssdk.services.licensemanager.model.ListReceivedGrantsForOrganizationResponse
-
Packages that use ListReceivedGrantsForOrganizationResponse 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 ListReceivedGrantsForOrganizationResponse in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager that return ListReceivedGrantsForOrganizationResponse Modifier and Type Method Description default ListReceivedGrantsForOrganizationResponseLicenseManagerClient. listReceivedGrantsForOrganization(Consumer<ListReceivedGrantsForOrganizationRequest.Builder> listReceivedGrantsForOrganizationRequest)Lists the grants received for all accounts in the organization.default ListReceivedGrantsForOrganizationResponseLicenseManagerClient. listReceivedGrantsForOrganization(ListReceivedGrantsForOrganizationRequest listReceivedGrantsForOrganizationRequest)Lists the grants received for all accounts in the organization.Methods in software.amazon.awssdk.services.licensemanager that return types with arguments of type ListReceivedGrantsForOrganizationResponse Modifier and Type Method Description default CompletableFuture<ListReceivedGrantsForOrganizationResponse>LicenseManagerAsyncClient. listReceivedGrantsForOrganization(Consumer<ListReceivedGrantsForOrganizationRequest.Builder> listReceivedGrantsForOrganizationRequest)Lists the grants received for all accounts in the organization.default CompletableFuture<ListReceivedGrantsForOrganizationResponse>LicenseManagerAsyncClient. listReceivedGrantsForOrganization(ListReceivedGrantsForOrganizationRequest listReceivedGrantsForOrganizationRequest)Lists the grants received for all accounts in the organization.
-