| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
VpcPeeringAuthorization |
VpcPeeringAuthorization.clone() |
VpcPeeringAuthorization |
CreateVpcPeeringAuthorizationResult.getVpcPeeringAuthorization()
Details on the requested VPC peering authorization, including expiration.
|
VpcPeeringAuthorization |
VpcPeeringAuthorization.withCreationTime(Date creationTime)
Time stamp indicating when this authorization was issued.
|
VpcPeeringAuthorization |
VpcPeeringAuthorization.withExpirationTime(Date expirationTime)
Time stamp indicating when this authorization expires (24 hours after issuance).
|
VpcPeeringAuthorization |
VpcPeeringAuthorization.withGameLiftAwsAccountId(String gameLiftAwsAccountId)
Unique identifier for the AWS account that you use to manage your Amazon GameLift fleet.
|
VpcPeeringAuthorization |
VpcPeeringAuthorization.withPeerVpcAwsAccountId(String peerVpcAwsAccountId)
|
VpcPeeringAuthorization |
VpcPeeringAuthorization.withPeerVpcId(String peerVpcId)
Unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet.
|
| Modifier and Type | Method and Description |
|---|---|
List<VpcPeeringAuthorization> |
DescribeVpcPeeringAuthorizationsResult.getVpcPeeringAuthorizations()
Collection of objects that describe all valid VPC peering operations for the current AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateVpcPeeringAuthorizationResult.setVpcPeeringAuthorization(VpcPeeringAuthorization vpcPeeringAuthorization)
Details on the requested VPC peering authorization, including expiration.
|
CreateVpcPeeringAuthorizationResult |
CreateVpcPeeringAuthorizationResult.withVpcPeeringAuthorization(VpcPeeringAuthorization vpcPeeringAuthorization)
Details on the requested VPC peering authorization, including expiration.
|
DescribeVpcPeeringAuthorizationsResult |
DescribeVpcPeeringAuthorizationsResult.withVpcPeeringAuthorizations(VpcPeeringAuthorization... vpcPeeringAuthorizations)
Collection of objects that describe all valid VPC peering operations for the current AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeVpcPeeringAuthorizationsResult.setVpcPeeringAuthorizations(Collection<VpcPeeringAuthorization> vpcPeeringAuthorizations)
Collection of objects that describe all valid VPC peering operations for the current AWS account.
|
DescribeVpcPeeringAuthorizationsResult |
DescribeVpcPeeringAuthorizationsResult.withVpcPeeringAuthorizations(Collection<VpcPeeringAuthorization> vpcPeeringAuthorizations)
Collection of objects that describe all valid VPC peering operations for the current AWS account.
|
Copyright © 2017. All rights reserved.