Uses of Class
software.amazon.awssdk.services.licensemanager.model.ListReceivedGrantsForOrganizationRequest
-
Packages that use ListReceivedGrantsForOrganizationRequest 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 ListReceivedGrantsForOrganizationRequest in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager with parameters of type ListReceivedGrantsForOrganizationRequest Modifier and Type Method Description default CompletableFuture<ListReceivedGrantsForOrganizationResponse>LicenseManagerAsyncClient. listReceivedGrantsForOrganization(ListReceivedGrantsForOrganizationRequest 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. -
Uses of ListReceivedGrantsForOrganizationRequest in software.amazon.awssdk.services.licensemanager.transform
Methods in software.amazon.awssdk.services.licensemanager.transform with parameters of type ListReceivedGrantsForOrganizationRequest Modifier and Type Method Description SdkHttpFullRequestListReceivedGrantsForOrganizationRequestMarshaller. marshall(ListReceivedGrantsForOrganizationRequest listReceivedGrantsForOrganizationRequest)
-