Uses of Class
software.amazon.awssdk.services.quicksight.model.AssetBundleImportJobVPCConnectionOverrideParameters
-
Packages that use AssetBundleImportJobVPCConnectionOverrideParameters Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AssetBundleImportJobVPCConnectionOverrideParameters in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AssetBundleImportJobVPCConnectionOverrideParameters Modifier and Type Method Description List<AssetBundleImportJobVPCConnectionOverrideParameters>AssetBundleImportJobOverrideParameters. vpcConnections()A list of 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 AssetBundleImportJobVPCConnectionOverrideParameters Modifier and Type Method Description AssetBundleImportJobOverrideParameters.BuilderAssetBundleImportJobOverrideParameters.Builder. vpcConnections(AssetBundleImportJobVPCConnectionOverrideParameters... vpcConnections)A list of 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 AssetBundleImportJobVPCConnectionOverrideParameters Modifier and Type Method Description AssetBundleImportJobOverrideParameters.BuilderAssetBundleImportJobOverrideParameters.Builder. vpcConnections(Collection<AssetBundleImportJobVPCConnectionOverrideParameters> vpcConnections)A list of overrides for anyVPCConnectionresources that are present in the asset bundle that is imported.
-