| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
VpcPeeringConnection |
VpcPeeringConnection.clone() |
VpcPeeringConnection |
VpcPeeringConnection.withFleetId(String fleetId)
Unique identifier for a fleet.
|
VpcPeeringConnection |
VpcPeeringConnection.withGameLiftVpcId(String gameLiftVpcId)
Unique identifier for the VPC that contains the Amazon GameLift fleet for this connection.
|
VpcPeeringConnection |
VpcPeeringConnection.withIpV4CidrBlock(String ipV4CidrBlock)
CIDR block of IPv4 addresses assigned to the VPC peering connection for the GameLift VPC.
|
VpcPeeringConnection |
VpcPeeringConnection.withPeerVpcId(String peerVpcId)
Unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet.
|
VpcPeeringConnection |
VpcPeeringConnection.withStatus(VpcPeeringConnectionStatus status)
Object that contains status information about the connection.
|
VpcPeeringConnection |
VpcPeeringConnection.withVpcPeeringConnectionId(String vpcPeeringConnectionId)
Unique identifier that is automatically assigned to the connection record.
|
| Modifier and Type | Method and Description |
|---|---|
List<VpcPeeringConnection> |
DescribeVpcPeeringConnectionsResult.getVpcPeeringConnections()
Collection of VPC peering connection records that match the request.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeVpcPeeringConnectionsResult |
DescribeVpcPeeringConnectionsResult.withVpcPeeringConnections(VpcPeeringConnection... vpcPeeringConnections)
Collection of VPC peering connection records that match the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeVpcPeeringConnectionsResult.setVpcPeeringConnections(Collection<VpcPeeringConnection> vpcPeeringConnections)
Collection of VPC peering connection records that match the request.
|
DescribeVpcPeeringConnectionsResult |
DescribeVpcPeeringConnectionsResult.withVpcPeeringConnections(Collection<VpcPeeringConnection> vpcPeeringConnections)
Collection of VPC peering connection records that match the request.
|
Copyright © 2017. All rights reserved.