Uses of Class
software.amazon.awssdk.services.backupgateway.model.VmwareTag
-
Packages that use VmwareTag Package Description software.amazon.awssdk.services.backupgateway.model -
-
Uses of VmwareTag in software.amazon.awssdk.services.backupgateway.model
Methods in software.amazon.awssdk.services.backupgateway.model that return types with arguments of type VmwareTag Modifier and Type Method Description List<VmwareTag>VirtualMachineDetails. vmwareTags()These are the details of the VMware tags associated with the specified virtual machine.Methods in software.amazon.awssdk.services.backupgateway.model with parameters of type VmwareTag Modifier and Type Method Description VirtualMachineDetails.BuilderVirtualMachineDetails.Builder. vmwareTags(VmwareTag... vmwareTags)These are the details of the VMware tags associated with the specified virtual machine.Method parameters in software.amazon.awssdk.services.backupgateway.model with type arguments of type VmwareTag Modifier and Type Method Description VirtualMachineDetails.BuilderVirtualMachineDetails.Builder. vmwareTags(Collection<VmwareTag> vmwareTags)These are the details of the VMware tags associated with the specified virtual machine.
-