Uses of Class
software.amazon.awssdk.services.quicksight.model.CreateVpcConnectionResponse
-
Packages that use CreateVpcConnectionResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of CreateVpcConnectionResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return CreateVpcConnectionResponse Modifier and Type Method Description default CreateVpcConnectionResponseQuickSightClient. createVPCConnection(Consumer<CreateVpcConnectionRequest.Builder> createVpcConnectionRequest)Creates a new VPC connection.default CreateVpcConnectionResponseQuickSightClient. createVPCConnection(CreateVpcConnectionRequest createVpcConnectionRequest)Creates a new VPC connection.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type CreateVpcConnectionResponse Modifier and Type Method Description default CompletableFuture<CreateVpcConnectionResponse>QuickSightAsyncClient. createVPCConnection(Consumer<CreateVpcConnectionRequest.Builder> createVpcConnectionRequest)Creates a new VPC connection.default CompletableFuture<CreateVpcConnectionResponse>QuickSightAsyncClient. createVPCConnection(CreateVpcConnectionRequest createVpcConnectionRequest)Creates a new VPC connection.
-