Uses of Class
software.amazon.awssdk.services.licensemanager.model.ListReceivedLicensesForOrganizationResponse
-
Packages that use ListReceivedLicensesForOrganizationResponse 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 ListReceivedLicensesForOrganizationResponse in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager that return ListReceivedLicensesForOrganizationResponse Modifier and Type Method Description default ListReceivedLicensesForOrganizationResponseLicenseManagerClient. listReceivedLicensesForOrganization(Consumer<ListReceivedLicensesForOrganizationRequest.Builder> listReceivedLicensesForOrganizationRequest)Lists the licenses received for all accounts in the organization.default ListReceivedLicensesForOrganizationResponseLicenseManagerClient. listReceivedLicensesForOrganization(ListReceivedLicensesForOrganizationRequest listReceivedLicensesForOrganizationRequest)Lists the licenses received for all accounts in the organization.Methods in software.amazon.awssdk.services.licensemanager that return types with arguments of type ListReceivedLicensesForOrganizationResponse Modifier and Type Method Description default CompletableFuture<ListReceivedLicensesForOrganizationResponse>LicenseManagerAsyncClient. listReceivedLicensesForOrganization(Consumer<ListReceivedLicensesForOrganizationRequest.Builder> listReceivedLicensesForOrganizationRequest)Lists the licenses received for all accounts in the organization.default CompletableFuture<ListReceivedLicensesForOrganizationResponse>LicenseManagerAsyncClient. listReceivedLicensesForOrganization(ListReceivedLicensesForOrganizationRequest listReceivedLicensesForOrganizationRequest)Lists the licenses received for all accounts in the organization.
-