| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
VpcPeeringConnection |
VpcPeeringConnection.clone() |
VpcPeeringConnection |
VpcPeeringConnection.withFleetArn(String fleetArn)
The Amazon Resource Name (ARN) associated with the
GameLift fleet resource for this connection.
|
VpcPeeringConnection |
VpcPeeringConnection.withFleetId(String fleetId)
A unique identifier for a fleet.
|
VpcPeeringConnection |
VpcPeeringConnection.withGameLiftVpcId(String gameLiftVpcId)
A 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)
A unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet.
|
VpcPeeringConnection |
VpcPeeringConnection.withStatus(VpcPeeringConnectionStatus status)
The status information about the connection.
|
VpcPeeringConnection |
VpcPeeringConnection.withVpcPeeringConnectionId(String vpcPeeringConnectionId)
A unique identifier that is automatically assigned to the connection record.
|
| Modifier and Type | Method and Description |
|---|---|
List<VpcPeeringConnection> |
DescribeVpcPeeringConnectionsResult.getVpcPeeringConnections()
A collection of VPC peering connection records that match the request.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeVpcPeeringConnectionsResult |
DescribeVpcPeeringConnectionsResult.withVpcPeeringConnections(VpcPeeringConnection... vpcPeeringConnections)
A collection of VPC peering connection records that match the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeVpcPeeringConnectionsResult.setVpcPeeringConnections(Collection<VpcPeeringConnection> vpcPeeringConnections)
A collection of VPC peering connection records that match the request.
|
DescribeVpcPeeringConnectionsResult |
DescribeVpcPeeringConnectionsResult.withVpcPeeringConnections(Collection<VpcPeeringConnection> vpcPeeringConnections)
A collection of VPC peering connection records that match the request.
|
Copyright © 2020. All rights reserved.