Uses of Class
software.amazon.awssdk.services.quicksight.model.AssetBundleImportJobVPCConnectionOverrideTags
-
Packages that use AssetBundleImportJobVPCConnectionOverrideTags Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AssetBundleImportJobVPCConnectionOverrideTags in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AssetBundleImportJobVPCConnectionOverrideTags Modifier and Type Method Description List<AssetBundleImportJobVPCConnectionOverrideTags>AssetBundleImportJobOverrideTags. vpcConnections()A list of tag overrides for anyVPCConnectionresources that are present in the asset bundle that is imported.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type AssetBundleImportJobVPCConnectionOverrideTags Modifier and Type Method Description AssetBundleImportJobOverrideTags.BuilderAssetBundleImportJobOverrideTags.Builder. vpcConnections(AssetBundleImportJobVPCConnectionOverrideTags... vpcConnections)A list of tag overrides for anyVPCConnectionresources that are present in the asset bundle that is imported.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type AssetBundleImportJobVPCConnectionOverrideTags Modifier and Type Method Description AssetBundleImportJobOverrideTags.BuilderAssetBundleImportJobOverrideTags.Builder. vpcConnections(Collection<AssetBundleImportJobVPCConnectionOverrideTags> vpcConnections)A list of tag overrides for anyVPCConnectionresources that are present in the asset bundle that is imported.
-