| 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.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.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.withStatus(String status)
The status of the instance.
|
Instance |
Instance.withSubscriptionName(String subscriptionName)
The name of the subscription being used by the instance.
|
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 © 2023. All rights reserved.