Uses of Class
software.amazon.awssdk.services.licensemanager.model.ListReceivedLicensesForOrganizationRequest
-
Packages that use ListReceivedLicensesForOrganizationRequest 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 ListReceivedLicensesForOrganizationRequest in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager with parameters of type ListReceivedLicensesForOrganizationRequest Modifier and Type Method Description default CompletableFuture<ListReceivedLicensesForOrganizationResponse>LicenseManagerAsyncClient. listReceivedLicensesForOrganization(ListReceivedLicensesForOrganizationRequest 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. -
Uses of ListReceivedLicensesForOrganizationRequest in software.amazon.awssdk.services.licensemanager.transform
Methods in software.amazon.awssdk.services.licensemanager.transform with parameters of type ListReceivedLicensesForOrganizationRequest Modifier and Type Method Description SdkHttpFullRequestListReceivedLicensesForOrganizationRequestMarshaller. marshall(ListReceivedLicensesForOrganizationRequest listReceivedLicensesForOrganizationRequest)
-