@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 |
|---|---|
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.
|
GetServiceSettingsResult |
getServiceSettings(GetServiceSettingsRequest request)
Lists the Linux subscriptions service settings.
|
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.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
UpdateServiceSettingsResult |
updateServiceSettings(UpdateServiceSettingsRequest request)
Updates the service settings for Linux subscriptions.
|
public GetServiceSettingsResult getServiceSettings(GetServiceSettingsRequest request)
AWSLicenseManagerLinuxSubscriptionsLists the Linux subscriptions service settings.
getServiceSettings in interface AWSLicenseManagerLinuxSubscriptionspublic ListLinuxSubscriptionInstancesResult listLinuxSubscriptionInstances(ListLinuxSubscriptionInstancesRequest request)
AWSLicenseManagerLinuxSubscriptionsLists the running Amazon EC2 instances that were discovered with commercial Linux subscriptions.
listLinuxSubscriptionInstances in interface AWSLicenseManagerLinuxSubscriptionsrequest - NextToken length limit is half of ddb accepted limit. Increase this limit if parameters in request
increases.public ListLinuxSubscriptionsResult listLinuxSubscriptions(ListLinuxSubscriptionsRequest request)
AWSLicenseManagerLinuxSubscriptionsLists 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 AWSLicenseManagerLinuxSubscriptionsrequest - NextToken length limit is half of ddb accepted limit. Increase this limit if parameters in request
increases.public UpdateServiceSettingsResult updateServiceSettings(UpdateServiceSettingsRequest request)
AWSLicenseManagerLinuxSubscriptionsUpdates the service settings for Linux subscriptions.
updateServiceSettings in interface AWSLicenseManagerLinuxSubscriptionspublic void shutdown()
AWSLicenseManagerLinuxSubscriptionsshutdown in interface AWSLicenseManagerLinuxSubscriptionspublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSLicenseManagerLinuxSubscriptionsResponse 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 AWSLicenseManagerLinuxSubscriptionsrequest - The originally executed request.