@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSLicenseManager extends Object implements AWSLicenseManager
AWSLicenseManager. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIXpublic AcceptGrantResult acceptGrant(AcceptGrantRequest request)
AWSLicenseManagerAccepts the specified grant.
acceptGrant in interface AWSLicenseManagerpublic CheckInLicenseResult checkInLicense(CheckInLicenseRequest request)
AWSLicenseManagerChecks in the specified license. Check in a license when it is no longer in use.
checkInLicense in interface AWSLicenseManagerpublic CheckoutBorrowLicenseResult checkoutBorrowLicense(CheckoutBorrowLicenseRequest request)
AWSLicenseManagerChecks out the specified license for offline use.
checkoutBorrowLicense in interface AWSLicenseManagerpublic CheckoutLicenseResult checkoutLicense(CheckoutLicenseRequest request)
AWSLicenseManagerChecks out the specified license.
If the account that created the license is the same that is performing the check out, you must specify the account as the beneficiary.
checkoutLicense in interface AWSLicenseManagerpublic CreateGrantResult createGrant(CreateGrantRequest request)
AWSLicenseManagerCreates a grant for the specified license. A grant shares the use of license entitlements with a specific Amazon Web Services account, an organization, or an organizational unit (OU). For more information, see Granted licenses in License Manager in the License Manager User Guide.
createGrant in interface AWSLicenseManagerpublic CreateGrantVersionResult createGrantVersion(CreateGrantVersionRequest request)
AWSLicenseManagerCreates a new version of the specified grant. For more information, see Granted licenses in License Manager in the License Manager User Guide.
createGrantVersion in interface AWSLicenseManagerpublic CreateLicenseResult createLicense(CreateLicenseRequest request)
AWSLicenseManagerCreates a license.
createLicense in interface AWSLicenseManagerpublic CreateLicenseConfigurationResult createLicenseConfiguration(CreateLicenseConfigurationRequest request)
AWSLicenseManagerCreates a license configuration.
A license configuration is an abstraction of a customer license agreement that can be consumed and enforced by License Manager. Components include specifications for the license type (licensing by instance, socket, CPU, or vCPU), allowed tenancy (shared tenancy, Dedicated Instance, Dedicated Host, or all of these), license affinity to host (how long a license must be associated with a host), and the number of licenses purchased and used.
createLicenseConfiguration in interface AWSLicenseManagerpublic CreateLicenseConversionTaskForResourceResult createLicenseConversionTaskForResource(CreateLicenseConversionTaskForResourceRequest request)
AWSLicenseManagerCreates a new license conversion task.
createLicenseConversionTaskForResource in interface AWSLicenseManagerpublic CreateLicenseManagerReportGeneratorResult createLicenseManagerReportGenerator(CreateLicenseManagerReportGeneratorRequest request)
AWSLicenseManagerCreates a report generator.
createLicenseManagerReportGenerator in interface AWSLicenseManagerpublic CreateLicenseVersionResult createLicenseVersion(CreateLicenseVersionRequest request)
AWSLicenseManagerCreates a new version of the specified license.
createLicenseVersion in interface AWSLicenseManagerpublic CreateTokenResult createToken(CreateTokenRequest request)
AWSLicenseManagerCreates a long-lived token.
A refresh token is a JWT token used to get an access token. With an access token, you can call AssumeRoleWithWebIdentity to get role credentials that you can use to call License Manager to manage the specified license.
createToken in interface AWSLicenseManagerpublic DeleteGrantResult deleteGrant(DeleteGrantRequest request)
AWSLicenseManagerDeletes the specified grant.
deleteGrant in interface AWSLicenseManagerpublic DeleteLicenseResult deleteLicense(DeleteLicenseRequest request)
AWSLicenseManagerDeletes the specified license.
deleteLicense in interface AWSLicenseManagerpublic DeleteLicenseConfigurationResult deleteLicenseConfiguration(DeleteLicenseConfigurationRequest request)
AWSLicenseManagerDeletes the specified license configuration.
You cannot delete a license configuration that is in use.
deleteLicenseConfiguration in interface AWSLicenseManagerpublic DeleteLicenseManagerReportGeneratorResult deleteLicenseManagerReportGenerator(DeleteLicenseManagerReportGeneratorRequest request)
AWSLicenseManagerDeletes the specified report generator.
This action deletes the report generator, which stops it from generating future reports. The action cannot be reversed. It has no effect on the previous reports from this generator.
deleteLicenseManagerReportGenerator in interface AWSLicenseManagerpublic DeleteTokenResult deleteToken(DeleteTokenRequest request)
AWSLicenseManagerDeletes the specified token. Must be called in the license home Region.
deleteToken in interface AWSLicenseManagerpublic ExtendLicenseConsumptionResult extendLicenseConsumption(ExtendLicenseConsumptionRequest request)
AWSLicenseManagerExtends the expiration date for license consumption.
extendLicenseConsumption in interface AWSLicenseManagerpublic GetAccessTokenResult getAccessToken(GetAccessTokenRequest request)
AWSLicenseManagerGets a temporary access token to use with AssumeRoleWithWebIdentity. Access tokens are valid for one hour.
getAccessToken in interface AWSLicenseManagerpublic GetGrantResult getGrant(GetGrantRequest request)
AWSLicenseManagerGets detailed information about the specified grant.
getGrant in interface AWSLicenseManagerpublic GetLicenseResult getLicense(GetLicenseRequest request)
AWSLicenseManagerGets detailed information about the specified license.
getLicense in interface AWSLicenseManagerpublic GetLicenseConfigurationResult getLicenseConfiguration(GetLicenseConfigurationRequest request)
AWSLicenseManagerGets detailed information about the specified license configuration.
getLicenseConfiguration in interface AWSLicenseManagerpublic GetLicenseConversionTaskResult getLicenseConversionTask(GetLicenseConversionTaskRequest request)
AWSLicenseManagerGets information about the specified license type conversion task.
getLicenseConversionTask in interface AWSLicenseManagerpublic GetLicenseManagerReportGeneratorResult getLicenseManagerReportGenerator(GetLicenseManagerReportGeneratorRequest request)
AWSLicenseManagerGets information about the specified report generator.
getLicenseManagerReportGenerator in interface AWSLicenseManagerpublic GetLicenseUsageResult getLicenseUsage(GetLicenseUsageRequest request)
AWSLicenseManagerGets detailed information about the usage of the specified license.
getLicenseUsage in interface AWSLicenseManagerpublic GetServiceSettingsResult getServiceSettings(GetServiceSettingsRequest request)
AWSLicenseManagerGets the License Manager settings for the current Region.
getServiceSettings in interface AWSLicenseManagerpublic ListAssociationsForLicenseConfigurationResult listAssociationsForLicenseConfiguration(ListAssociationsForLicenseConfigurationRequest request)
AWSLicenseManagerLists the resource associations for the specified license configuration.
Resource associations need not consume licenses from a license configuration. For example, an AMI or a stopped instance might not consume a license (depending on the license rules).
listAssociationsForLicenseConfiguration in interface AWSLicenseManagerpublic ListDistributedGrantsResult listDistributedGrants(ListDistributedGrantsRequest request)
AWSLicenseManagerLists the grants distributed for the specified license.
listDistributedGrants in interface AWSLicenseManagerpublic ListFailuresForLicenseConfigurationOperationsResult listFailuresForLicenseConfigurationOperations(ListFailuresForLicenseConfigurationOperationsRequest request)
AWSLicenseManagerLists the license configuration operations that failed.
listFailuresForLicenseConfigurationOperations in interface AWSLicenseManagerpublic ListLicenseConfigurationsResult listLicenseConfigurations(ListLicenseConfigurationsRequest request)
AWSLicenseManagerLists the license configurations for your account.
listLicenseConfigurations in interface AWSLicenseManagerpublic ListLicenseConversionTasksResult listLicenseConversionTasks(ListLicenseConversionTasksRequest request)
AWSLicenseManagerLists the license type conversion tasks for your account.
listLicenseConversionTasks in interface AWSLicenseManagerpublic ListLicenseManagerReportGeneratorsResult listLicenseManagerReportGenerators(ListLicenseManagerReportGeneratorsRequest request)
AWSLicenseManagerLists the report generators for your account.
listLicenseManagerReportGenerators in interface AWSLicenseManagerpublic ListLicenseSpecificationsForResourceResult listLicenseSpecificationsForResource(ListLicenseSpecificationsForResourceRequest request)
AWSLicenseManagerDescribes the license configurations for the specified resource.
listLicenseSpecificationsForResource in interface AWSLicenseManagerpublic ListLicenseVersionsResult listLicenseVersions(ListLicenseVersionsRequest request)
AWSLicenseManagerLists all versions of the specified license.
listLicenseVersions in interface AWSLicenseManagerpublic ListLicensesResult listLicenses(ListLicensesRequest request)
AWSLicenseManagerLists the licenses for your account.
listLicenses in interface AWSLicenseManagerpublic ListReceivedGrantsResult listReceivedGrants(ListReceivedGrantsRequest request)
AWSLicenseManagerLists grants that are received. Received grants are grants created while specifying the recipient as this Amazon Web Services account, your organization, or an organizational unit (OU) to which this member account belongs.
listReceivedGrants in interface AWSLicenseManagerpublic ListReceivedGrantsForOrganizationResult listReceivedGrantsForOrganization(ListReceivedGrantsForOrganizationRequest request)
AWSLicenseManagerLists the grants received for all accounts in the organization.
listReceivedGrantsForOrganization in interface AWSLicenseManagerpublic ListReceivedLicensesResult listReceivedLicenses(ListReceivedLicensesRequest request)
AWSLicenseManagerLists received licenses.
listReceivedLicenses in interface AWSLicenseManagerpublic ListReceivedLicensesForOrganizationResult listReceivedLicensesForOrganization(ListReceivedLicensesForOrganizationRequest request)
AWSLicenseManagerLists the licenses received for all accounts in the organization.
listReceivedLicensesForOrganization in interface AWSLicenseManagerpublic ListResourceInventoryResult listResourceInventory(ListResourceInventoryRequest request)
AWSLicenseManagerLists resources managed using Systems Manager inventory.
listResourceInventory in interface AWSLicenseManagerpublic ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSLicenseManagerLists the tags for the specified license configuration.
listTagsForResource in interface AWSLicenseManagerpublic ListTokensResult listTokens(ListTokensRequest request)
AWSLicenseManagerLists your tokens.
listTokens in interface AWSLicenseManagerpublic ListUsageForLicenseConfigurationResult listUsageForLicenseConfiguration(ListUsageForLicenseConfigurationRequest request)
AWSLicenseManagerLists all license usage records for a license configuration, displaying license consumption details by resource at a selected point in time. Use this action to audit the current license consumption for any license inventory and configuration.
listUsageForLicenseConfiguration in interface AWSLicenseManagerpublic RejectGrantResult rejectGrant(RejectGrantRequest request)
AWSLicenseManagerRejects the specified grant.
rejectGrant in interface AWSLicenseManagerpublic TagResourceResult tagResource(TagResourceRequest request)
AWSLicenseManagerAdds the specified tags to the specified license configuration.
tagResource in interface AWSLicenseManagerpublic UntagResourceResult untagResource(UntagResourceRequest request)
AWSLicenseManagerRemoves the specified tags from the specified license configuration.
untagResource in interface AWSLicenseManagerpublic UpdateLicenseConfigurationResult updateLicenseConfiguration(UpdateLicenseConfigurationRequest request)
AWSLicenseManagerModifies the attributes of an existing license configuration.
updateLicenseConfiguration in interface AWSLicenseManagerpublic UpdateLicenseManagerReportGeneratorResult updateLicenseManagerReportGenerator(UpdateLicenseManagerReportGeneratorRequest request)
AWSLicenseManagerUpdates a report generator.
After you make changes to a report generator, it starts generating new reports within 60 minutes of being updated.
updateLicenseManagerReportGenerator in interface AWSLicenseManagerpublic UpdateLicenseSpecificationsForResourceResult updateLicenseSpecificationsForResource(UpdateLicenseSpecificationsForResourceRequest request)
AWSLicenseManagerAdds or removes the specified license configurations for the specified Amazon Web Services resource.
You can update the license specifications of AMIs, instances, and hosts. You cannot update the license specifications for launch templates and CloudFormation templates, as they send license configurations to the operation that creates the resource.
updateLicenseSpecificationsForResource in interface AWSLicenseManagerpublic UpdateServiceSettingsResult updateServiceSettings(UpdateServiceSettingsRequest request)
AWSLicenseManagerUpdates License Manager settings for the current Region.
updateServiceSettings in interface AWSLicenseManagerpublic void shutdown()
AWSLicenseManagershutdown in interface AWSLicenseManagerpublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSLicenseManagerResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AWSLicenseManagerrequest - The originally executed request.