| Package | Description |
|---|---|
| com.amazonaws.services.backupgateway.model |
| Modifier and Type | Method and Description |
|---|---|
VmwareTag |
VmwareTag.clone() |
VmwareTag |
VmwareTag.withVmwareCategory(String vmwareCategory)
The is the category of VMware.
|
VmwareTag |
VmwareTag.withVmwareTagDescription(String vmwareTagDescription)
This is a user-defined description of a VMware tag.
|
VmwareTag |
VmwareTag.withVmwareTagName(String vmwareTagName)
This is the user-defined name of a VMware tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<VmwareTag> |
VirtualMachineDetails.getVmwareTags()
These are the details of the VMware tags associated with the specified virtual machine.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineDetails |
VirtualMachineDetails.withVmwareTags(VmwareTag... vmwareTags)
These are the details of the VMware tags associated with the specified virtual machine.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualMachineDetails.setVmwareTags(Collection<VmwareTag> vmwareTags)
These are the details of the VMware tags associated with the specified virtual machine.
|
VirtualMachineDetails |
VirtualMachineDetails.withVmwareTags(Collection<VmwareTag> vmwareTags)
These are the details of the VMware tags associated with the specified virtual machine.
|
Copyright © 2023. All rights reserved.