Package | Description |
---|---|
com.amazonaws.services.quicksight |
|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
UpdateVPCConnectionResult |
AbstractAmazonQuickSight.updateVPCConnection(UpdateVPCConnectionRequest request) |
UpdateVPCConnectionResult |
AmazonQuickSightClient.updateVPCConnection(UpdateVPCConnectionRequest request)
Updates a VPC connection.
|
UpdateVPCConnectionResult |
AmazonQuickSight.updateVPCConnection(UpdateVPCConnectionRequest updateVPCConnectionRequest)
Updates a VPC connection.
|
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 |
---|---|
UpdateVPCConnectionResult |
UpdateVPCConnectionResult.clone() |
UpdateVPCConnectionResult |
UpdateVPCConnectionResult.withArn(String arn)
The Amazon Resource Name (ARN) of the VPC connection.
|
UpdateVPCConnectionResult |
UpdateVPCConnectionResult.withAvailabilityStatus(String availabilityStatus)
The availability status of the VPC connection.
|
UpdateVPCConnectionResult |
UpdateVPCConnectionResult.withAvailabilityStatus(VPCConnectionAvailabilityStatus availabilityStatus)
The availability status of the VPC connection.
|
UpdateVPCConnectionResult |
UpdateVPCConnectionResult.withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
UpdateVPCConnectionResult |
UpdateVPCConnectionResult.withStatus(Integer status)
The HTTP status of the request.
|
UpdateVPCConnectionResult |
UpdateVPCConnectionResult.withUpdateStatus(String updateStatus)
The update status of the VPC connection's last update.
|
UpdateVPCConnectionResult |
UpdateVPCConnectionResult.withUpdateStatus(VPCConnectionResourceStatus updateStatus)
The update status of the VPC connection's last update.
|
UpdateVPCConnectionResult |
UpdateVPCConnectionResult.withVPCConnectionId(String vPCConnectionId)
The ID of the VPC connection that you are updating.
|
Copyright © 2023. All rights reserved.