| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default AcceptGrantResponse |
LicenseManagerClient.acceptGrant(AcceptGrantRequest acceptGrantRequest)
Accepts the specified grant.
|
default AcceptGrantResponse |
LicenseManagerClient.acceptGrant(Consumer<AcceptGrantRequest.Builder> acceptGrantRequest)
Accepts the specified grant.
|
default CreateGrantResponse |
LicenseManagerClient.createGrant(Consumer<CreateGrantRequest.Builder> createGrantRequest)
Creates a grant for the specified license.
|
default CreateGrantResponse |
LicenseManagerClient.createGrant(CreateGrantRequest createGrantRequest)
Creates a grant for the specified license.
|
default CreateGrantVersionResponse |
LicenseManagerClient.createGrantVersion(Consumer<CreateGrantVersionRequest.Builder> createGrantVersionRequest)
Creates a new version of the specified grant.
|
default CreateGrantVersionResponse |
LicenseManagerClient.createGrantVersion(CreateGrantVersionRequest createGrantVersionRequest)
Creates a new version of the specified grant.
|
default CreateLicenseConfigurationResponse |
LicenseManagerClient.createLicenseConfiguration(Consumer<CreateLicenseConfigurationRequest.Builder> createLicenseConfigurationRequest)
Creates a license configuration.
|
default CreateLicenseConfigurationResponse |
LicenseManagerClient.createLicenseConfiguration(CreateLicenseConfigurationRequest createLicenseConfigurationRequest)
Creates a license configuration.
|
default CreateLicenseManagerReportGeneratorResponse |
LicenseManagerClient.createLicenseManagerReportGenerator(Consumer<CreateLicenseManagerReportGeneratorRequest.Builder> createLicenseManagerReportGeneratorRequest)
Creates a report generator.
|
default CreateLicenseManagerReportGeneratorResponse |
LicenseManagerClient.createLicenseManagerReportGenerator(CreateLicenseManagerReportGeneratorRequest createLicenseManagerReportGeneratorRequest)
Creates a report generator.
|
default CreateTokenResponse |
LicenseManagerClient.createToken(Consumer<CreateTokenRequest.Builder> createTokenRequest)
Creates a long-lived token.
|
default CreateTokenResponse |
LicenseManagerClient.createToken(CreateTokenRequest createTokenRequest)
Creates a long-lived token.
|
default DeleteGrantResponse |
LicenseManagerClient.deleteGrant(Consumer<DeleteGrantRequest.Builder> deleteGrantRequest)
Deletes the specified grant.
|
default DeleteGrantResponse |
LicenseManagerClient.deleteGrant(DeleteGrantRequest deleteGrantRequest)
Deletes the specified grant.
|
default DeleteLicenseManagerReportGeneratorResponse |
LicenseManagerClient.deleteLicenseManagerReportGenerator(Consumer<DeleteLicenseManagerReportGeneratorRequest.Builder> deleteLicenseManagerReportGeneratorRequest)
Deletes the specified report generator.
|
default DeleteLicenseManagerReportGeneratorResponse |
LicenseManagerClient.deleteLicenseManagerReportGenerator(DeleteLicenseManagerReportGeneratorRequest deleteLicenseManagerReportGeneratorRequest)
Deletes the specified report generator.
|
default GetGrantResponse |
LicenseManagerClient.getGrant(Consumer<GetGrantRequest.Builder> getGrantRequest)
Gets detailed information about the specified grant.
|
default GetGrantResponse |
LicenseManagerClient.getGrant(GetGrantRequest getGrantRequest)
Gets detailed information about the specified grant.
|
default GetLicenseManagerReportGeneratorResponse |
LicenseManagerClient.getLicenseManagerReportGenerator(Consumer<GetLicenseManagerReportGeneratorRequest.Builder> getLicenseManagerReportGeneratorRequest)
Gets information about the specified report generator.
|
default GetLicenseManagerReportGeneratorResponse |
LicenseManagerClient.getLicenseManagerReportGenerator(GetLicenseManagerReportGeneratorRequest getLicenseManagerReportGeneratorRequest)
Gets information about the specified report generator.
|
default ListDistributedGrantsResponse |
LicenseManagerClient.listDistributedGrants(Consumer<ListDistributedGrantsRequest.Builder> listDistributedGrantsRequest)
Lists the grants distributed for the specified license.
|
default ListDistributedGrantsResponse |
LicenseManagerClient.listDistributedGrants(ListDistributedGrantsRequest listDistributedGrantsRequest)
Lists the grants distributed for the specified license.
|
default ListLicenseManagerReportGeneratorsResponse |
LicenseManagerClient.listLicenseManagerReportGenerators(Consumer<ListLicenseManagerReportGeneratorsRequest.Builder> listLicenseManagerReportGeneratorsRequest)
Lists the report generators for your account.
|
default ListLicenseManagerReportGeneratorsResponse |
LicenseManagerClient.listLicenseManagerReportGenerators(ListLicenseManagerReportGeneratorsRequest listLicenseManagerReportGeneratorsRequest)
Lists the report generators for your account.
|
default ListReceivedGrantsResponse |
LicenseManagerClient.listReceivedGrants(Consumer<ListReceivedGrantsRequest.Builder> listReceivedGrantsRequest)
Lists grants that are received.
|
default ListReceivedGrantsResponse |
LicenseManagerClient.listReceivedGrants(ListReceivedGrantsRequest listReceivedGrantsRequest)
Lists grants that are received.
|
default ListReceivedGrantsForOrganizationResponse |
LicenseManagerClient.listReceivedGrantsForOrganization(Consumer<ListReceivedGrantsForOrganizationRequest.Builder> listReceivedGrantsForOrganizationRequest)
Lists the grants received for all accounts in the organization.
|
default ListReceivedGrantsForOrganizationResponse |
LicenseManagerClient.listReceivedGrantsForOrganization(ListReceivedGrantsForOrganizationRequest listReceivedGrantsForOrganizationRequest)
Lists the grants received for all accounts in the organization.
|
default ListReceivedLicensesResponse |
LicenseManagerClient.listReceivedLicenses(Consumer<ListReceivedLicensesRequest.Builder> listReceivedLicensesRequest)
Lists received licenses.
|
default ListReceivedLicensesResponse |
LicenseManagerClient.listReceivedLicenses(ListReceivedLicensesRequest listReceivedLicensesRequest)
Lists received licenses.
|
default ListReceivedLicensesForOrganizationResponse |
LicenseManagerClient.listReceivedLicensesForOrganization(Consumer<ListReceivedLicensesForOrganizationRequest.Builder> listReceivedLicensesForOrganizationRequest)
Lists the licenses received for all accounts in the organization.
|
default ListReceivedLicensesForOrganizationResponse |
LicenseManagerClient.listReceivedLicensesForOrganization(ListReceivedLicensesForOrganizationRequest listReceivedLicensesForOrganizationRequest)
Lists the licenses received for all accounts in the organization.
|
default RejectGrantResponse |
LicenseManagerClient.rejectGrant(Consumer<RejectGrantRequest.Builder> rejectGrantRequest)
Rejects the specified grant.
|
default RejectGrantResponse |
LicenseManagerClient.rejectGrant(RejectGrantRequest rejectGrantRequest)
Rejects the specified grant.
|
default UpdateLicenseConfigurationResponse |
LicenseManagerClient.updateLicenseConfiguration(Consumer<UpdateLicenseConfigurationRequest.Builder> updateLicenseConfigurationRequest)
Modifies the attributes of an existing license configuration.
|
default UpdateLicenseConfigurationResponse |
LicenseManagerClient.updateLicenseConfiguration(UpdateLicenseConfigurationRequest updateLicenseConfigurationRequest)
Modifies the attributes of an existing license configuration.
|
default UpdateLicenseManagerReportGeneratorResponse |
LicenseManagerClient.updateLicenseManagerReportGenerator(Consumer<UpdateLicenseManagerReportGeneratorRequest.Builder> updateLicenseManagerReportGeneratorRequest)
Updates a report generator.
|
default UpdateLicenseManagerReportGeneratorResponse |
LicenseManagerClient.updateLicenseManagerReportGenerator(UpdateLicenseManagerReportGeneratorRequest updateLicenseManagerReportGeneratorRequest)
Updates a report generator.
|
Copyright © 2023. All rights reserved.