Uses of Class
software.amazon.awssdk.services.gamelift.model.VpcPeeringAuthorization
-
Packages that use VpcPeeringAuthorization Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of VpcPeeringAuthorization in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return VpcPeeringAuthorization Modifier and Type Method Description VpcPeeringAuthorizationCreateVpcPeeringAuthorizationResponse. vpcPeeringAuthorization()Details on the requested VPC peering authorization, including expiration.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type VpcPeeringAuthorization Modifier and Type Method Description List<VpcPeeringAuthorization>DescribeVpcPeeringAuthorizationsResponse. vpcPeeringAuthorizations()A collection of objects that describe all valid VPC peering operations for the current Amazon Web Services account.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type VpcPeeringAuthorization Modifier and Type Method Description CreateVpcPeeringAuthorizationResponse.BuilderCreateVpcPeeringAuthorizationResponse.Builder. vpcPeeringAuthorization(VpcPeeringAuthorization vpcPeeringAuthorization)Details on the requested VPC peering authorization, including expiration.DescribeVpcPeeringAuthorizationsResponse.BuilderDescribeVpcPeeringAuthorizationsResponse.Builder. vpcPeeringAuthorizations(VpcPeeringAuthorization... vpcPeeringAuthorizations)A collection of objects that describe all valid VPC peering operations for the current Amazon Web Services account.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type VpcPeeringAuthorization Modifier and Type Method Description DescribeVpcPeeringAuthorizationsResponse.BuilderDescribeVpcPeeringAuthorizationsResponse.Builder. vpcPeeringAuthorizations(Collection<VpcPeeringAuthorization> vpcPeeringAuthorizations)A collection of objects that describe all valid VPC peering operations for the current Amazon Web Services account.
-