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