| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
ListVPCConnectionsResult |
AbstractAmazonQuickSight.listVPCConnections(ListVPCConnectionsRequest request) |
ListVPCConnectionsResult |
AmazonQuickSight.listVPCConnections(ListVPCConnectionsRequest listVPCConnectionsRequest)
Lists all of the VPC connections in the current set Amazon Web Services Region of an Amazon Web Services account.
|
ListVPCConnectionsResult |
AmazonQuickSightClient.listVPCConnections(ListVPCConnectionsRequest request)
Lists all of the VPC connections in the current set Amazon Web Services Region of an Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListVPCConnectionsResult> |
AbstractAmazonQuickSightAsync.listVPCConnectionsAsync(ListVPCConnectionsRequest request,
AsyncHandler<ListVPCConnectionsRequest,ListVPCConnectionsResult> asyncHandler) |
Future<ListVPCConnectionsResult> |
AmazonQuickSightAsync.listVPCConnectionsAsync(ListVPCConnectionsRequest listVPCConnectionsRequest,
AsyncHandler<ListVPCConnectionsRequest,ListVPCConnectionsResult> asyncHandler)
Lists all of the VPC connections in the current set Amazon Web Services Region of an Amazon Web Services account.
|
Future<ListVPCConnectionsResult> |
AmazonQuickSightAsyncClient.listVPCConnectionsAsync(ListVPCConnectionsRequest request,
AsyncHandler<ListVPCConnectionsRequest,ListVPCConnectionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListVPCConnectionsResult |
ListVPCConnectionsResult.clone() |
ListVPCConnectionsResult |
ListVPCConnectionsResult.withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListVPCConnectionsResult |
ListVPCConnectionsResult.withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
ListVPCConnectionsResult |
ListVPCConnectionsResult.withStatus(Integer status)
The HTTP status of the request.
|
ListVPCConnectionsResult |
ListVPCConnectionsResult.withVPCConnectionSummaries(Collection<VPCConnectionSummary> vPCConnectionSummaries)
A
VPCConnectionSummaries object that returns a summary of VPC connection objects. |
ListVPCConnectionsResult |
ListVPCConnectionsResult.withVPCConnectionSummaries(VPCConnectionSummary... vPCConnectionSummaries)
A
VPCConnectionSummaries object that returns a summary of VPC connection objects. |
Copyright © 2024. All rights reserved.