LicenseManager#
Client#
- class LicenseManager.Client#
 A low-level client representing AWS License Manager
License Manager makes it easier to manage licenses from software vendors across multiple Amazon Web Services accounts and on-premises servers.
import boto3 client = boto3.client('license-manager')
These are the available methods:
- accept_grant
 - can_paginate
 - check_in_license
 - checkout_borrow_license
 - checkout_license
 - close
 - create_grant
 - create_grant_version
 - create_license
 - create_license_configuration
 - create_license_conversion_task_for_resource
 - create_license_manager_report_generator
 - create_license_version
 - create_token
 - delete_grant
 - delete_license
 - delete_license_configuration
 - delete_license_manager_report_generator
 - delete_token
 - extend_license_consumption
 - get_access_token
 - get_grant
 - get_license
 - get_license_configuration
 - get_license_conversion_task
 - get_license_manager_report_generator
 - get_license_usage
 - get_paginator
 - get_service_settings
 - get_waiter
 - list_associations_for_license_configuration
 - list_distributed_grants
 - list_failures_for_license_configuration_operations
 - list_license_configurations
 - list_license_conversion_tasks
 - list_license_manager_report_generators
 - list_license_specifications_for_resource
 - list_license_versions
 - list_licenses
 - list_received_grants
 - list_received_grants_for_organization
 - list_received_licenses
 - list_received_licenses_for_organization
 - list_resource_inventory
 - list_tags_for_resource
 - list_tokens
 - list_usage_for_license_configuration
 - reject_grant
 - tag_resource
 - untag_resource
 - update_license_configuration
 - update_license_manager_report_generator
 - update_license_specifications_for_resource
 - update_service_settings
 
Paginators#
Paginators are available on a client instance via the get_paginator method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: