Uses of Class
software.amazon.awssdk.services.licensemanager.model.GetGrantResponse
-
Packages that use GetGrantResponse 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 GetGrantResponse in software.amazon.awssdk.services.licensemanager
Methods in software.amazon.awssdk.services.licensemanager that return GetGrantResponse Modifier and Type Method Description default GetGrantResponseLicenseManagerClient. getGrant(Consumer<GetGrantRequest.Builder> getGrantRequest)Gets detailed information about the specified grant.default GetGrantResponseLicenseManagerClient. getGrant(GetGrantRequest getGrantRequest)Gets detailed information about the specified grant.Methods in software.amazon.awssdk.services.licensemanager that return types with arguments of type GetGrantResponse Modifier and Type Method Description default CompletableFuture<GetGrantResponse>LicenseManagerAsyncClient. getGrant(Consumer<GetGrantRequest.Builder> getGrantRequest)Gets detailed information about the specified grant.default CompletableFuture<GetGrantResponse>LicenseManagerAsyncClient. getGrant(GetGrantRequest getGrantRequest)Gets detailed information about the specified grant.
-