Uses of Class
software.amazon.awssdk.services.quicksight.model.ListVpcConnectionsResponse
-
Packages that use ListVpcConnectionsResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.paginators -
-
Uses of ListVpcConnectionsResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return ListVpcConnectionsResponse Modifier and Type Method 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 ListVpcConnectionsResponse
QuickSightClient. listVPCConnections(ListVpcConnectionsRequest listVpcConnectionsRequest)
Lists all of the VPC connections in the current set Amazon Web Services Region of an Amazon Web Services account.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type ListVpcConnectionsResponse 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 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. -
Uses of ListVpcConnectionsResponse in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type ListVpcConnectionsResponse Modifier and Type Method Description Iterator<ListVpcConnectionsResponse>
ListVPCConnectionsIterable. iterator()
Method parameters in software.amazon.awssdk.services.quicksight.paginators with type arguments of type ListVpcConnectionsResponse Modifier and Type Method Description void
ListVPCConnectionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListVpcConnectionsResponse> subscriber)
-