Uses of Class
software.amazon.awssdk.services.finspace.model.VpcConfiguration
-
Packages that use VpcConfiguration Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of VpcConfiguration in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return VpcConfiguration Modifier and Type Method Description VpcConfigurationCreateKxClusterRequest. vpcConfiguration()Configuration details about the network where the Privatelink endpoint of the cluster resides.VpcConfigurationCreateKxClusterResponse. vpcConfiguration()Configuration details about the network where the Privatelink endpoint of the cluster resides.VpcConfigurationGetKxClusterResponse. vpcConfiguration()Configuration details about the network where the Privatelink endpoint of the cluster resides.Methods in software.amazon.awssdk.services.finspace.model with parameters of type VpcConfiguration Modifier and Type Method Description CreateKxClusterRequest.BuilderCreateKxClusterRequest.Builder. vpcConfiguration(VpcConfiguration vpcConfiguration)Configuration details about the network where the Privatelink endpoint of the cluster resides.CreateKxClusterResponse.BuilderCreateKxClusterResponse.Builder. vpcConfiguration(VpcConfiguration vpcConfiguration)Configuration details about the network where the Privatelink endpoint of the cluster resides.GetKxClusterResponse.BuilderGetKxClusterResponse.Builder. vpcConfiguration(VpcConfiguration vpcConfiguration)Configuration details about the network where the Privatelink endpoint of the cluster resides.
-