| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight |
|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
default ListVpcConnectionsResponse |
QuickSightClient.listVPCConnections(Consumer<ListVpcConnectionsRequest.Builder> listVpcConnectionsRequest)
Lists all of the VPC connections in the current set Amazon Web Services Region of an Amazon Web Services account.
|
default CompletableFuture<ListVpcConnectionsResponse> |
QuickSightAsyncClient.listVPCConnections(Consumer<ListVpcConnectionsRequest.Builder> listVpcConnectionsRequest)
Lists all of the VPC connections in the current set Amazon Web Services Region of an Amazon Web Services account.
|
default ListVPCConnectionsIterable |
QuickSightClient.listVPCConnectionsPaginator(Consumer<ListVpcConnectionsRequest.Builder> listVpcConnectionsRequest)
Lists all of the VPC connections in the current set Amazon Web Services Region of an Amazon Web Services account.
|
default ListVPCConnectionsPublisher |
QuickSightAsyncClient.listVPCConnectionsPaginator(Consumer<ListVpcConnectionsRequest.Builder> listVpcConnectionsRequest)
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 |
|---|---|
ListVpcConnectionsRequest.Builder |
ListVpcConnectionsRequest.Builder.awsAccountId(String awsAccountId)
The Amazon Web Services account ID of the account that contains the VPC connections that you want to list.
|
static ListVpcConnectionsRequest.Builder |
ListVpcConnectionsRequest.builder() |
ListVpcConnectionsRequest.Builder |
ListVpcConnectionsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListVpcConnectionsRequest.Builder |
ListVpcConnectionsRequest.Builder.nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListVpcConnectionsRequest.Builder |
ListVpcConnectionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListVpcConnectionsRequest.Builder |
ListVpcConnectionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListVpcConnectionsRequest.Builder |
ListVpcConnectionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListVpcConnectionsRequest.Builder> |
ListVpcConnectionsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.