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