Uses of Interface
software.amazon.awssdk.services.quicksight.model.ListVpcConnectionsRequest.Builder
-
Packages that use ListVpcConnectionsRequest.Builder Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.model -
-
Uses of ListVpcConnectionsRequest.Builder in software.amazon.awssdk.services.quicksight
Method parameters in software.amazon.awssdk.services.quicksight with type arguments of type ListVpcConnectionsRequest.Builder Modifier and Type Method Description 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 ListVpcConnectionsResponseQuickSightClient. 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 ListVPCConnectionsPublisherQuickSightAsyncClient. 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 ListVPCConnectionsIterableQuickSightClient. 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. -
Uses of ListVpcConnectionsRequest.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ListVpcConnectionsRequest.Builder Modifier and Type Method Description ListVpcConnectionsRequest.BuilderListVpcConnectionsRequest.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.BuilderListVpcConnectionsRequest. builder()ListVpcConnectionsRequest.BuilderListVpcConnectionsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to be returned per request.ListVpcConnectionsRequest.BuilderListVpcConnectionsRequest.Builder. nextToken(String nextToken)The token for the next set of results, or null if there are no more results.ListVpcConnectionsRequest.BuilderListVpcConnectionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListVpcConnectionsRequest.BuilderListVpcConnectionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListVpcConnectionsRequest.BuilderListVpcConnectionsRequest. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ListVpcConnectionsRequest.Builder Modifier and Type Method Description static Class<? extends ListVpcConnectionsRequest.Builder>ListVpcConnectionsRequest. serializableBuilderClass()
-