Uses of Class
software.amazon.awssdk.services.quicksight.model.ListVpcConnectionsRequest
-
Packages that use ListVpcConnectionsRequest Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.paginators software.amazon.awssdk.services.quicksight.transform -
-
Uses of ListVpcConnectionsRequest in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight with parameters of type ListVpcConnectionsRequest Modifier and Type Method Description default CompletableFuture<ListVpcConnectionsResponse>QuickSightAsyncClient. listVPCConnections(ListVpcConnectionsRequest listVpcConnectionsRequest)Lists all of the VPC connections in the current set Amazon Web Services Region of an Amazon Web Services account.default ListVpcConnectionsResponseQuickSightClient. listVPCConnections(ListVpcConnectionsRequest listVpcConnectionsRequest)Lists all of the VPC connections in the current set Amazon Web Services Region of an Amazon Web Services account.default ListVPCConnectionsPublisherQuickSightAsyncClient. listVPCConnectionsPaginator(ListVpcConnectionsRequest listVpcConnectionsRequest)Lists all of the VPC connections in the current set Amazon Web Services Region of an Amazon Web Services account.default ListVPCConnectionsIterableQuickSightClient. listVPCConnectionsPaginator(ListVpcConnectionsRequest listVpcConnectionsRequest)Lists all of the VPC connections in the current set Amazon Web Services Region of an Amazon Web Services account. -
Uses of ListVpcConnectionsRequest in software.amazon.awssdk.services.quicksight.paginators
Constructors in software.amazon.awssdk.services.quicksight.paginators with parameters of type ListVpcConnectionsRequest Constructor Description ListVPCConnectionsIterable(QuickSightClient client, ListVpcConnectionsRequest firstRequest)ListVPCConnectionsPublisher(QuickSightAsyncClient client, ListVpcConnectionsRequest firstRequest) -
Uses of ListVpcConnectionsRequest in software.amazon.awssdk.services.quicksight.transform
Methods in software.amazon.awssdk.services.quicksight.transform with parameters of type ListVpcConnectionsRequest Modifier and Type Method Description SdkHttpFullRequestListVpcConnectionsRequestMarshaller. marshall(ListVpcConnectionsRequest listVpcConnectionsRequest)
-