Uses of Class
software.amazon.awssdk.services.quicksight.model.AssetBundleExportJobVPCConnectionOverrideProperties
-
Packages that use AssetBundleExportJobVPCConnectionOverrideProperties Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AssetBundleExportJobVPCConnectionOverrideProperties in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AssetBundleExportJobVPCConnectionOverrideProperties Modifier and Type Method Description List<AssetBundleExportJobVPCConnectionOverrideProperties>AssetBundleCloudFormationOverridePropertyConfiguration. vpcConnections()An optional list of structures that control howVPCConnectionresources are parameterized in the returned CloudFormation template.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type AssetBundleExportJobVPCConnectionOverrideProperties Modifier and Type Method Description AssetBundleCloudFormationOverridePropertyConfiguration.BuilderAssetBundleCloudFormationOverridePropertyConfiguration.Builder. vpcConnections(AssetBundleExportJobVPCConnectionOverrideProperties... vpcConnections)An optional list of structures that control howVPCConnectionresources are parameterized in the returned CloudFormation template.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type AssetBundleExportJobVPCConnectionOverrideProperties Modifier and Type Method Description AssetBundleCloudFormationOverridePropertyConfiguration.BuilderAssetBundleCloudFormationOverridePropertyConfiguration.Builder. vpcConnections(Collection<AssetBundleExportJobVPCConnectionOverrideProperties> vpcConnections)An optional list of structures that control howVPCConnectionresources are parameterized in the returned CloudFormation template.
-