Uses of Interface
software.amazon.awssdk.services.backupgateway.model.VmwareTag.Builder
-
Packages that use VmwareTag.Builder Package Description software.amazon.awssdk.services.backupgateway.model -
-
Uses of VmwareTag.Builder in software.amazon.awssdk.services.backupgateway.model
Methods in software.amazon.awssdk.services.backupgateway.model that return VmwareTag.Builder Modifier and Type Method Description static VmwareTag.BuilderVmwareTag. builder()VmwareTag.BuilderVmwareTag. toBuilder()VmwareTag.BuilderVmwareTag.Builder. vmwareCategory(String vmwareCategory)The is the category of VMware.VmwareTag.BuilderVmwareTag.Builder. vmwareTagDescription(String vmwareTagDescription)This is a user-defined description of a VMware tag.VmwareTag.BuilderVmwareTag.Builder. vmwareTagName(String vmwareTagName)This is the user-defined name of a VMware tag.Methods in software.amazon.awssdk.services.backupgateway.model that return types with arguments of type VmwareTag.Builder Modifier and Type Method Description static Class<? extends VmwareTag.Builder>VmwareTag. serializableBuilderClass()
-