| Package | Description |
|---|---|
| com.amazonaws.services.licensemanagerlinuxsubscriptions.model |
| Modifier and Type | Method and Description |
|---|---|
Instance |
Instance.clone() |
Instance |
Instance.withAccountID(String accountID)
The account ID which owns the instance.
|
Instance |
Instance.withAmiId(String amiId)
The AMI ID used to launch the instance.
|
Instance |
Instance.withDualSubscription(String dualSubscription)
Indicates that you have two different license subscriptions for the same software on your instance.
|
Instance |
Instance.withInstanceID(String instanceID)
The instance ID of the resource.
|
Instance |
Instance.withInstanceType(String instanceType)
The instance type of the resource.
|
Instance |
Instance.withLastUpdatedTime(String lastUpdatedTime)
The time in which the last discovery updated the instance details.
|
Instance |
Instance.withOsVersion(String osVersion)
The operating system software version that runs on your instance.
|
Instance |
Instance.withProductCode(Collection<String> productCode)
The product code for the instance.
|
Instance |
Instance.withProductCode(String... productCode)
The product code for the instance.
|
Instance |
Instance.withRegion(String region)
The Region the instance is running in.
|
Instance |
Instance.withRegisteredWithSubscriptionProvider(String registeredWithSubscriptionProvider)
Indicates that your instance uses a BYOL license subscription from a third-party Linux subscription provider that
you've registered with License Manager.
|
Instance |
Instance.withStatus(String status)
The status of the instance.
|
Instance |
Instance.withSubscriptionName(String subscriptionName)
The name of the license subscription that the instance uses.
|
Instance |
Instance.withSubscriptionProviderCreateTime(String subscriptionProviderCreateTime)
The timestamp when you registered the third-party Linux subscription provider for the subscription that the
instance uses.
|
Instance |
Instance.withSubscriptionProviderUpdateTime(String subscriptionProviderUpdateTime)
The timestamp from the last time that the instance synced with the registered third-party Linux subscription
provider.
|
Instance |
Instance.withUsageOperation(String usageOperation)
The usage operation of the instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<Instance> |
ListLinuxSubscriptionInstancesResult.getInstances()
An array that contains instance objects.
|
| Modifier and Type | Method and Description |
|---|---|
ListLinuxSubscriptionInstancesResult |
ListLinuxSubscriptionInstancesResult.withInstances(Instance... instances)
An array that contains instance objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListLinuxSubscriptionInstancesResult.setInstances(Collection<Instance> instances)
An array that contains instance objects.
|
ListLinuxSubscriptionInstancesResult |
ListLinuxSubscriptionInstancesResult.withInstances(Collection<Instance> instances)
An array that contains instance objects.
|
Copyright © 2025. All rights reserved.