Package | Description |
---|---|
com.amazonaws.services.quicksight |
|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateVPCConnectionResult> |
AbstractAmazonQuickSightAsync.updateVPCConnectionAsync(UpdateVPCConnectionRequest request,
AsyncHandler<UpdateVPCConnectionRequest,UpdateVPCConnectionResult> asyncHandler) |
Future<UpdateVPCConnectionResult> |
AmazonQuickSightAsyncClient.updateVPCConnectionAsync(UpdateVPCConnectionRequest request,
AsyncHandler<UpdateVPCConnectionRequest,UpdateVPCConnectionResult> asyncHandler) |
Future<UpdateVPCConnectionResult> |
AmazonQuickSightAsync.updateVPCConnectionAsync(UpdateVPCConnectionRequest updateVPCConnectionRequest,
AsyncHandler<UpdateVPCConnectionRequest,UpdateVPCConnectionResult> asyncHandler)
Updates a VPC connection.
|
Modifier and Type | Method and Description |
---|---|
UpdateVPCConnectionRequest |
UpdateVPCConnectionRequest.clone() |
UpdateVPCConnectionRequest |
UpdateVPCConnectionRequest.withAwsAccountId(String awsAccountId)
The Amazon Web Services account ID of the account that contains the VPC connection that you want to update.
|
UpdateVPCConnectionRequest |
UpdateVPCConnectionRequest.withDnsResolvers(Collection<String> dnsResolvers)
A list of IP addresses of DNS resolver endpoints for the VPC connection.
|
UpdateVPCConnectionRequest |
UpdateVPCConnectionRequest.withDnsResolvers(String... dnsResolvers)
A list of IP addresses of DNS resolver endpoints for the VPC connection.
|
UpdateVPCConnectionRequest |
UpdateVPCConnectionRequest.withName(String name)
The display name for the VPC connection.
|
UpdateVPCConnectionRequest |
UpdateVPCConnectionRequest.withRoleArn(String roleArn)
An IAM role associated with the VPC connection.
|
UpdateVPCConnectionRequest |
UpdateVPCConnectionRequest.withSecurityGroupIds(Collection<String> securityGroupIds)
A list of security group IDs for the VPC connection.
|
UpdateVPCConnectionRequest |
UpdateVPCConnectionRequest.withSecurityGroupIds(String... securityGroupIds)
A list of security group IDs for the VPC connection.
|
UpdateVPCConnectionRequest |
UpdateVPCConnectionRequest.withSubnetIds(Collection<String> subnetIds)
A list of subnet IDs for the VPC connection.
|
UpdateVPCConnectionRequest |
UpdateVPCConnectionRequest.withSubnetIds(String... subnetIds)
A list of subnet IDs for the VPC connection.
|
UpdateVPCConnectionRequest |
UpdateVPCConnectionRequest.withVPCConnectionId(String vPCConnectionId)
The ID of the VPC connection that you're updating.
|
Copyright © 2023. All rights reserved.