| Package | Description |
|---|---|
| com.amazonaws.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
VpcConfiguration |
VpcConfiguration.clone() |
VpcConfiguration |
GetKxClusterResult.getVpcConfiguration()
Configuration details about the network where the Privatelink endpoint of the cluster resides.
|
VpcConfiguration |
CreateKxClusterResult.getVpcConfiguration()
Configuration details about the network where the Privatelink endpoint of the cluster resides.
|
VpcConfiguration |
CreateKxClusterRequest.getVpcConfiguration()
Configuration details about the network where the Privatelink endpoint of the cluster resides.
|
VpcConfiguration |
VpcConfiguration.withIpAddressType(IPAddressType ipAddressType)
The IP address type for cluster network configuration parameters.
|
VpcConfiguration |
VpcConfiguration.withIpAddressType(String ipAddressType)
The IP address type for cluster network configuration parameters.
|
VpcConfiguration |
VpcConfiguration.withSecurityGroupIds(Collection<String> securityGroupIds)
The unique identifier of the VPC security group applied to the VPC endpoint ENI for the cluster.
|
VpcConfiguration |
VpcConfiguration.withSecurityGroupIds(String... securityGroupIds)
The unique identifier of the VPC security group applied to the VPC endpoint ENI for the cluster.
|
VpcConfiguration |
VpcConfiguration.withSubnetIds(Collection<String> subnetIds)
The identifier of the subnet that the Privatelink VPC endpoint uses to connect to the cluster.
|
VpcConfiguration |
VpcConfiguration.withSubnetIds(String... subnetIds)
The identifier of the subnet that the Privatelink VPC endpoint uses to connect to the cluster.
|
VpcConfiguration |
VpcConfiguration.withVpcId(String vpcId)
The identifier of the VPC endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetKxClusterResult.setVpcConfiguration(VpcConfiguration vpcConfiguration)
Configuration details about the network where the Privatelink endpoint of the cluster resides.
|
void |
CreateKxClusterResult.setVpcConfiguration(VpcConfiguration vpcConfiguration)
Configuration details about the network where the Privatelink endpoint of the cluster resides.
|
void |
CreateKxClusterRequest.setVpcConfiguration(VpcConfiguration vpcConfiguration)
Configuration details about the network where the Privatelink endpoint of the cluster resides.
|
GetKxClusterResult |
GetKxClusterResult.withVpcConfiguration(VpcConfiguration vpcConfiguration)
Configuration details about the network where the Privatelink endpoint of the cluster resides.
|
CreateKxClusterResult |
CreateKxClusterResult.withVpcConfiguration(VpcConfiguration vpcConfiguration)
Configuration details about the network where the Privatelink endpoint of the cluster resides.
|
CreateKxClusterRequest |
CreateKxClusterRequest.withVpcConfiguration(VpcConfiguration vpcConfiguration)
Configuration details about the network where the Privatelink endpoint of the cluster resides.
|
Copyright © 2025. All rights reserved.