Uses of Class
software.amazon.awssdk.services.gamelift.model.DescribeVpcPeeringAuthorizationsResponse
-
Packages that use DescribeVpcPeeringAuthorizationsResponse Package Description software.amazon.awssdk.services.gamelift Amazon GameLift provides solutions for hosting session-based multiplayer game servers in the cloud, including tools for deploying, operating, and scaling game servers. -
-
Uses of DescribeVpcPeeringAuthorizationsResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return DescribeVpcPeeringAuthorizationsResponse Modifier and Type Method Description default DescribeVpcPeeringAuthorizationsResponseGameLiftClient. describeVpcPeeringAuthorizations()Retrieves valid VPC peering authorizations that are pending for the Amazon Web Services account.default DescribeVpcPeeringAuthorizationsResponseGameLiftClient. describeVpcPeeringAuthorizations(Consumer<DescribeVpcPeeringAuthorizationsRequest.Builder> describeVpcPeeringAuthorizationsRequest)Retrieves valid VPC peering authorizations that are pending for the Amazon Web Services account.default DescribeVpcPeeringAuthorizationsResponseGameLiftClient. describeVpcPeeringAuthorizations(DescribeVpcPeeringAuthorizationsRequest describeVpcPeeringAuthorizationsRequest)Retrieves valid VPC peering authorizations that are pending for the Amazon Web Services account.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type DescribeVpcPeeringAuthorizationsResponse Modifier and Type Method Description default CompletableFuture<DescribeVpcPeeringAuthorizationsResponse>GameLiftAsyncClient. describeVpcPeeringAuthorizations()Retrieves valid VPC peering authorizations that are pending for the Amazon Web Services account.default CompletableFuture<DescribeVpcPeeringAuthorizationsResponse>GameLiftAsyncClient. describeVpcPeeringAuthorizations(Consumer<DescribeVpcPeeringAuthorizationsRequest.Builder> describeVpcPeeringAuthorizationsRequest)Retrieves valid VPC peering authorizations that are pending for the Amazon Web Services account.default CompletableFuture<DescribeVpcPeeringAuthorizationsResponse>GameLiftAsyncClient. describeVpcPeeringAuthorizations(DescribeVpcPeeringAuthorizationsRequest describeVpcPeeringAuthorizationsRequest)Retrieves valid VPC peering authorizations that are pending for the Amazon Web Services account.
-