Uses of Class
software.amazon.awssdk.services.quicksight.model.VPCConnectionSummary
-
Packages that use VPCConnectionSummary Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of VPCConnectionSummary in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type VPCConnectionSummary Modifier and Type Method Description List<VPCConnectionSummary>ListVpcConnectionsResponse. vpcConnectionSummaries()AVPCConnectionSummariesobject that returns a summary of VPC connection objects.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type VPCConnectionSummary Modifier and Type Method Description ListVpcConnectionsResponse.BuilderListVpcConnectionsResponse.Builder. vpcConnectionSummaries(VPCConnectionSummary... vpcConnectionSummaries)AVPCConnectionSummariesobject that returns a summary of VPC connection objects.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type VPCConnectionSummary Modifier and Type Method Description ListVpcConnectionsResponse.BuilderListVpcConnectionsResponse.Builder. vpcConnectionSummaries(Collection<VPCConnectionSummary> vpcConnectionSummaries)AVPCConnectionSummariesobject that returns a summary of VPC connection objects.
-