| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
VPCConnection |
VPCConnection.clone() |
VPCConnection |
DescribeVPCConnectionResult.getVPCConnection()
A response object that provides information for the specified VPC connection.
|
VPCConnection |
VPCConnection.withArn(String arn)
The Amazon Resource Name (ARN) of the VPC connection.
|
VPCConnection |
VPCConnection.withAvailabilityStatus(String availabilityStatus)
The availability status of the VPC connection.
|
VPCConnection |
VPCConnection.withAvailabilityStatus(VPCConnectionAvailabilityStatus availabilityStatus)
The availability status of the VPC connection.
|
VPCConnection |
VPCConnection.withCreatedTime(Date createdTime)
The time that the VPC connection was created.
|
VPCConnection |
VPCConnection.withDnsResolvers(Collection<String> dnsResolvers)
A list of IP addresses of DNS resolver endpoints for the VPC connection.
|
VPCConnection |
VPCConnection.withDnsResolvers(String... dnsResolvers)
A list of IP addresses of DNS resolver endpoints for the VPC connection.
|
VPCConnection |
VPCConnection.withLastUpdatedTime(Date lastUpdatedTime)
The time that the VPC connection was last updated.
|
VPCConnection |
VPCConnection.withName(String name)
The display name for the VPC connection.
|
VPCConnection |
VPCConnection.withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
A list of network interfaces.
|
VPCConnection |
VPCConnection.withNetworkInterfaces(NetworkInterface... networkInterfaces)
A list of network interfaces.
|
VPCConnection |
VPCConnection.withRoleArn(String roleArn)
The ARN of the IAM role associated with the VPC connection.
|
VPCConnection |
VPCConnection.withSecurityGroupIds(Collection<String> securityGroupIds)
The Amazon EC2 security group IDs associated with the VPC connection.
|
VPCConnection |
VPCConnection.withSecurityGroupIds(String... securityGroupIds)
The Amazon EC2 security group IDs associated with the VPC connection.
|
VPCConnection |
VPCConnection.withStatus(String status)
The status of the VPC connection.
|
VPCConnection |
VPCConnection.withStatus(VPCConnectionResourceStatus status)
The status of the VPC connection.
|
VPCConnection |
VPCConnection.withVPCConnectionId(String vPCConnectionId)
The ID of the VPC connection that you're creating.
|
VPCConnection |
VPCConnection.withVPCId(String vPCId)
The Amazon EC2 VPC ID associated with the VPC connection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeVPCConnectionResult.setVPCConnection(VPCConnection vPCConnection)
A response object that provides information for the specified VPC connection.
|
DescribeVPCConnectionResult |
DescribeVPCConnectionResult.withVPCConnection(VPCConnection vPCConnection)
A response object that provides information for the specified VPC connection.
|
Copyright © 2024. All rights reserved.