@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSLicenseManagerLinuxSubscriptions extends Object implements AWSLicenseManagerLinuxSubscriptions
AWSLicenseManagerLinuxSubscriptions. Convenient method forms pass through to the
corresponding overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX | Modifier and Type | Method and Description |
|---|---|
DeregisterSubscriptionProviderResult |
deregisterSubscriptionProvider (DeregisterSubscriptionProviderRequest request)
Remove a third-party subscription provider from the Bring Your Own License (BYOL) subscriptions registered to
your account.
|
ResponseMetadata |
getCachedResponseMetadata (AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetRegisteredSubscriptionProviderResult |
getRegisteredSubscriptionProvider (GetRegisteredSubscriptionProviderRequest request)
Get details for a Bring Your Own License (BYOL) subscription that's registered to your account.
|
GetServiceSettingsResult |
getServiceSettings (GetServiceSettingsRequest request)
Lists the Linux subscriptions service settings for your account.
|
ListLinuxSubscriptionInstancesResult |
listLinuxSubscriptionInstances (ListLinuxSubscriptionInstancesRequest request)
Lists the running Amazon EC2 instances that were discovered with commercial Linux subscriptions.
|
ListLinuxSubscriptionsResult |
listLinuxSubscriptions (ListLinuxSubscriptionsRequest request)
Lists the Linux subscriptions that have been discovered.
|
ListRegisteredSubscriptionProvidersResult |
listRegisteredSubscriptionProviders (ListRegisteredSubscriptionProvidersRequest request)
List Bring Your Own License (BYOL) subscription registration resources for your account.
|
ListTagsForResourceResult |
listTagsForResource (ListTagsForResourceRequest request)
List the metadata tags that are assigned to the specified Amazon Web Services resource.
|
RegisterSubscriptionProviderResult |
registerSubscriptionProvider (RegisterSubscriptionProviderRequest request)
Register the supported third-party subscription provider for your Bring Your Own License (BYOL) subscription.
|
void |
shutdown ()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource (TagResourceRequest request)
Add metadata tags to the specified Amazon Web Services resource.
|
UntagResourceResult |
untagResource (UntagResourceRequest request)
Remove one or more metadata tag from the specified Amazon Web Services resource.
|
UpdateServiceSettingsResult |
updateServiceSettings (UpdateServiceSettingsRequest request)
Updates the service settings for Linux subscriptions.
|
public DeregisterSubscriptionProviderResult deregisterSubscriptionProvider(DeregisterSubscriptionProviderRequest request)
AWSLicenseManagerLinuxSubscriptions Remove a third-party subscription provider from the Bring Your Own License (BYOL) subscriptions registered to your account.
deregisterSubscriptionProvider in interface AWSLicenseManagerLinuxSubscriptions public GetRegisteredSubscriptionProviderResult getRegisteredSubscriptionProvider(GetRegisteredSubscriptionProviderRequest request)
AWSLicenseManagerLinuxSubscriptions Get details for a Bring Your Own License (BYOL) subscription that's registered to your account.
getRegisteredSubscriptionProvider in interface AWSLicenseManagerLinuxSubscriptions public GetServiceSettingsResult getServiceSettings(GetServiceSettingsRequest request)
AWSLicenseManagerLinuxSubscriptions Lists the Linux subscriptions service settings for your account.
getServiceSettings in interface AWSLicenseManagerLinuxSubscriptions public ListLinuxSubscriptionInstancesResult listLinuxSubscriptionInstances(ListLinuxSubscriptionInstancesRequest request)
AWSLicenseManagerLinuxSubscriptions Lists the running Amazon EC2 instances that were discovered with commercial Linux subscriptions.
listLinuxSubscriptionInstances in interface AWSLicenseManagerLinuxSubscriptions request - NextToken length limit is half of ddb accepted limit. Increase this limit if parameters in request
increases.public ListLinuxSubscriptionsResult listLinuxSubscriptions(ListLinuxSubscriptionsRequest request)
AWSLicenseManagerLinuxSubscriptions Lists the Linux subscriptions that have been discovered. If you have linked your organization, the returned results will include data aggregated across your accounts in Organizations.
listLinuxSubscriptions in interface AWSLicenseManagerLinuxSubscriptions request - NextToken length limit is half of ddb accepted limit. Increase this limit if parameters in request
increases.public ListRegisteredSubscriptionProvidersResult listRegisteredSubscriptionProviders(ListRegisteredSubscriptionProvidersRequest request)
AWSLicenseManagerLinuxSubscriptions List Bring Your Own License (BYOL) subscription registration resources for your account.
listRegisteredSubscriptionProviders in interface AWSLicenseManagerLinuxSubscriptions public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSLicenseManagerLinuxSubscriptions List the metadata tags that are assigned to the specified Amazon Web Services resource.
listTagsForResource in interface AWSLicenseManagerLinuxSubscriptions public RegisterSubscriptionProviderResult registerSubscriptionProvider(RegisterSubscriptionProviderRequest request)
AWSLicenseManagerLinuxSubscriptions Register the supported third-party subscription provider for your Bring Your Own License (BYOL) subscription.
registerSubscriptionProvider in interface AWSLicenseManagerLinuxSubscriptions public TagResourceResult tagResource(TagResourceRequest request)
AWSLicenseManagerLinuxSubscriptions Add metadata tags to the specified Amazon Web Services resource.
tagResource in interface AWSLicenseManagerLinuxSubscriptions public UntagResourceResult untagResource(UntagResourceRequest request)
AWSLicenseManagerLinuxSubscriptions Remove one or more metadata tag from the specified Amazon Web Services resource.
untagResource in interface AWSLicenseManagerLinuxSubscriptions public UpdateServiceSettingsResult updateServiceSettings(UpdateServiceSettingsRequest request)
AWSLicenseManagerLinuxSubscriptions Updates the service settings for Linux subscriptions.
updateServiceSettings in interface AWSLicenseManagerLinuxSubscriptions public void shutdown()
AWSLicenseManagerLinuxSubscriptions shutdown in interface AWSLicenseManagerLinuxSubscriptions public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSLicenseManagerLinuxSubscriptions Response 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 AWSLicenseManagerLinuxSubscriptions request - The originally executed request.