Uses of Class
software.amazon.awssdk.services.quicksight.model.VpcConnectionProperties
-
Packages that use VpcConnectionProperties Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of VpcConnectionProperties in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return VpcConnectionProperties Modifier and Type Method Description VpcConnectionPropertiesOAuthParameters. identityProviderVpcConnectionProperties()Returns the value of the IdentityProviderVpcConnectionProperties property for this object.VpcConnectionPropertiesAssetBundleImportJobDataSourceOverrideParameters. vpcConnectionProperties()Returns the value of the VpcConnectionProperties property for this object.VpcConnectionPropertiesCreateDataSourceRequest. vpcConnectionProperties()Use this parameter only when you want QuickSight to use a VPC connection when connecting to your underlying source.VpcConnectionPropertiesDataSource. vpcConnectionProperties()The VPC connection information.VpcConnectionPropertiesUpdateDataSourceRequest. vpcConnectionProperties()Use this parameter only when you want QuickSight to use a VPC connection when connecting to your underlying source.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type VpcConnectionProperties Modifier and Type Method Description OAuthParameters.BuilderOAuthParameters.Builder. identityProviderVpcConnectionProperties(VpcConnectionProperties identityProviderVpcConnectionProperties)Sets the value of the IdentityProviderVpcConnectionProperties property for this object.AssetBundleImportJobDataSourceOverrideParameters.BuilderAssetBundleImportJobDataSourceOverrideParameters.Builder. vpcConnectionProperties(VpcConnectionProperties vpcConnectionProperties)Sets the value of the VpcConnectionProperties property for this object.CreateDataSourceRequest.BuilderCreateDataSourceRequest.Builder. vpcConnectionProperties(VpcConnectionProperties vpcConnectionProperties)Use this parameter only when you want QuickSight to use a VPC connection when connecting to your underlying source.DataSource.BuilderDataSource.Builder. vpcConnectionProperties(VpcConnectionProperties vpcConnectionProperties)The VPC connection information.UpdateDataSourceRequest.BuilderUpdateDataSourceRequest.Builder. vpcConnectionProperties(VpcConnectionProperties vpcConnectionProperties)Use this parameter only when you want QuickSight to use a VPC connection when connecting to your underlying source.
-