Uses of Class
software.amazon.awssdk.services.gamelift.model.DescribeVpcPeeringConnectionsResponse
-
Packages that use DescribeVpcPeeringConnectionsResponse Package Description software.amazon.awssdk.services.gamelift Amazon GameLift provides solutions for hosting session-based multiplayer game servers in the cloud, including tools for deploying, operating, and scaling game servers. -
-
Uses of DescribeVpcPeeringConnectionsResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return DescribeVpcPeeringConnectionsResponse Modifier and Type Method Description default DescribeVpcPeeringConnectionsResponseGameLiftClient. describeVpcPeeringConnections()Retrieves information on VPC peering connections.default DescribeVpcPeeringConnectionsResponseGameLiftClient. describeVpcPeeringConnections(Consumer<DescribeVpcPeeringConnectionsRequest.Builder> describeVpcPeeringConnectionsRequest)Retrieves information on VPC peering connections.default DescribeVpcPeeringConnectionsResponseGameLiftClient. describeVpcPeeringConnections(DescribeVpcPeeringConnectionsRequest describeVpcPeeringConnectionsRequest)Retrieves information on VPC peering connections.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type DescribeVpcPeeringConnectionsResponse Modifier and Type Method Description default CompletableFuture<DescribeVpcPeeringConnectionsResponse>GameLiftAsyncClient. describeVpcPeeringConnections()Retrieves information on VPC peering connections.default CompletableFuture<DescribeVpcPeeringConnectionsResponse>GameLiftAsyncClient. describeVpcPeeringConnections(Consumer<DescribeVpcPeeringConnectionsRequest.Builder> describeVpcPeeringConnectionsRequest)Retrieves information on VPC peering connections.default CompletableFuture<DescribeVpcPeeringConnectionsResponse>GameLiftAsyncClient. describeVpcPeeringConnections(DescribeVpcPeeringConnectionsRequest describeVpcPeeringConnectionsRequest)Retrieves information on VPC peering connections.
-