Package | Description |
---|---|
com.amazonaws.services.quicksight |
|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateVPCConnectionResult> |
AbstractAmazonQuickSightAsync.createVPCConnectionAsync(CreateVPCConnectionRequest request,
AsyncHandler<CreateVPCConnectionRequest,CreateVPCConnectionResult> asyncHandler) |
Future<CreateVPCConnectionResult> |
AmazonQuickSightAsyncClient.createVPCConnectionAsync(CreateVPCConnectionRequest request,
AsyncHandler<CreateVPCConnectionRequest,CreateVPCConnectionResult> asyncHandler) |
Future<CreateVPCConnectionResult> |
AmazonQuickSightAsync.createVPCConnectionAsync(CreateVPCConnectionRequest createVPCConnectionRequest,
AsyncHandler<CreateVPCConnectionRequest,CreateVPCConnectionResult> asyncHandler)
Creates a new VPC connection.
|
Modifier and Type | Method and Description |
---|---|
CreateVPCConnectionRequest |
CreateVPCConnectionRequest.clone() |
CreateVPCConnectionRequest |
CreateVPCConnectionRequest.withAwsAccountId(String awsAccountId)
The Amazon Web Services account ID of the account where you want to create a new VPC connection.
|
CreateVPCConnectionRequest |
CreateVPCConnectionRequest.withDnsResolvers(Collection<String> dnsResolvers)
A list of IP addresses of DNS resolver endpoints for the VPC connection.
|
CreateVPCConnectionRequest |
CreateVPCConnectionRequest.withDnsResolvers(String... dnsResolvers)
A list of IP addresses of DNS resolver endpoints for the VPC connection.
|
CreateVPCConnectionRequest |
CreateVPCConnectionRequest.withName(String name)
The display name for the VPC connection.
|
CreateVPCConnectionRequest |
CreateVPCConnectionRequest.withRoleArn(String roleArn)
The IAM role to associate with the VPC connection.
|
CreateVPCConnectionRequest |
CreateVPCConnectionRequest.withSecurityGroupIds(Collection<String> securityGroupIds)
A list of security group IDs for the VPC connection.
|
CreateVPCConnectionRequest |
CreateVPCConnectionRequest.withSecurityGroupIds(String... securityGroupIds)
A list of security group IDs for the VPC connection.
|
CreateVPCConnectionRequest |
CreateVPCConnectionRequest.withSubnetIds(Collection<String> subnetIds)
A list of subnet IDs for the VPC connection.
|
CreateVPCConnectionRequest |
CreateVPCConnectionRequest.withSubnetIds(String... subnetIds)
A list of subnet IDs for the VPC connection.
|
CreateVPCConnectionRequest |
CreateVPCConnectionRequest.withTags(Collection<Tag> tags)
A map of the key-value pairs for the resource tag or tags assigned to the VPC connection.
|
CreateVPCConnectionRequest |
CreateVPCConnectionRequest.withTags(Tag... tags)
A map of the key-value pairs for the resource tag or tags assigned to the VPC connection.
|
CreateVPCConnectionRequest |
CreateVPCConnectionRequest.withVPCConnectionId(String vPCConnectionId)
The ID of the VPC connection that you're creating.
|
Copyright © 2023. All rights reserved.