Uses of Class
software.amazon.awssdk.services.backupgateway.model.VmwareToAwsTagMapping
-
Packages that use VmwareToAwsTagMapping Package Description software.amazon.awssdk.services.backupgateway.model -
-
Uses of VmwareToAwsTagMapping in software.amazon.awssdk.services.backupgateway.model
Methods in software.amazon.awssdk.services.backupgateway.model that return types with arguments of type VmwareToAwsTagMapping Modifier and Type Method Description List<VmwareToAwsTagMapping>GetHypervisorPropertyMappingsResponse. vmwareToAwsTagMappings()This is a display of the mappings of on-premises VMware tags to the Amazon Web Services tags.List<VmwareToAwsTagMapping>PutHypervisorPropertyMappingsRequest. vmwareToAwsTagMappings()This action requests the mappings of on-premises VMware tags to the Amazon Web Services tags.Methods in software.amazon.awssdk.services.backupgateway.model with parameters of type VmwareToAwsTagMapping Modifier and Type Method Description GetHypervisorPropertyMappingsResponse.BuilderGetHypervisorPropertyMappingsResponse.Builder. vmwareToAwsTagMappings(VmwareToAwsTagMapping... vmwareToAwsTagMappings)This is a display of the mappings of on-premises VMware tags to the Amazon Web Services tags.PutHypervisorPropertyMappingsRequest.BuilderPutHypervisorPropertyMappingsRequest.Builder. vmwareToAwsTagMappings(VmwareToAwsTagMapping... vmwareToAwsTagMappings)This action requests the mappings of on-premises VMware tags to the Amazon Web Services tags.Method parameters in software.amazon.awssdk.services.backupgateway.model with type arguments of type VmwareToAwsTagMapping Modifier and Type Method Description GetHypervisorPropertyMappingsResponse.BuilderGetHypervisorPropertyMappingsResponse.Builder. vmwareToAwsTagMappings(Collection<VmwareToAwsTagMapping> vmwareToAwsTagMappings)This is a display of the mappings of on-premises VMware tags to the Amazon Web Services tags.PutHypervisorPropertyMappingsRequest.BuilderPutHypervisorPropertyMappingsRequest.Builder. vmwareToAwsTagMappings(Collection<VmwareToAwsTagMapping> vmwareToAwsTagMappings)This action requests the mappings of on-premises VMware tags to the Amazon Web Services tags.
-