Uses of Class
software.amazon.awssdk.services.gamelift.model.VpcPeeringConnection
-
Packages that use VpcPeeringConnection Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of VpcPeeringConnection in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type VpcPeeringConnection Modifier and Type Method Description List<VpcPeeringConnection>DescribeVpcPeeringConnectionsResponse. vpcPeeringConnections()A collection of VPC peering connection records that match the request.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type VpcPeeringConnection Modifier and Type Method Description DescribeVpcPeeringConnectionsResponse.BuilderDescribeVpcPeeringConnectionsResponse.Builder. vpcPeeringConnections(VpcPeeringConnection... vpcPeeringConnections)A collection of VPC peering connection records that match the request.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type VpcPeeringConnection Modifier and Type Method Description DescribeVpcPeeringConnectionsResponse.BuilderDescribeVpcPeeringConnectionsResponse.Builder. vpcPeeringConnections(Collection<VpcPeeringConnection> vpcPeeringConnections)A collection of VPC peering connection records that match the request.
-