| Package | Description |
|---|---|
| com.amazonaws.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceInventory |
ResourceInventory.clone() |
ResourceInventory |
ResourceInventory.withPlatform(String platform)
Platform of the resource.
|
ResourceInventory |
ResourceInventory.withPlatformVersion(String platformVersion)
Platform version of the resource in the inventory.
|
ResourceInventory |
ResourceInventory.withResourceArn(String resourceArn)
Amazon Resource Name (ARN) of the resource.
|
ResourceInventory |
ResourceInventory.withResourceId(String resourceId)
ID of the resource.
|
ResourceInventory |
ResourceInventory.withResourceOwningAccountId(String resourceOwningAccountId)
ID of the account that owns the resource.
|
ResourceInventory |
ResourceInventory.withResourceType(ResourceType resourceType)
Type of resource.
|
ResourceInventory |
ResourceInventory.withResourceType(String resourceType)
Type of resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceInventory> |
ListResourceInventoryResult.getResourceInventoryList()
Information about the resources.
|
| Modifier and Type | Method and Description |
|---|---|
ListResourceInventoryResult |
ListResourceInventoryResult.withResourceInventoryList(ResourceInventory... resourceInventoryList)
Information about the resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListResourceInventoryResult.setResourceInventoryList(Collection<ResourceInventory> resourceInventoryList)
Information about the resources.
|
ListResourceInventoryResult |
ListResourceInventoryResult.withResourceInventoryList(Collection<ResourceInventory> resourceInventoryList)
Information about the resources.
|
Copyright © 2019. All rights reserved.