Uses of Class
software.amazon.awssdk.services.gamelift.model.DeleteVpcPeeringConnectionResponse
-
Packages that use DeleteVpcPeeringConnectionResponse 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 DeleteVpcPeeringConnectionResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return DeleteVpcPeeringConnectionResponse Modifier and Type Method Description default DeleteVpcPeeringConnectionResponseGameLiftClient. deleteVpcPeeringConnection(Consumer<DeleteVpcPeeringConnectionRequest.Builder> deleteVpcPeeringConnectionRequest)Removes a VPC peering connection.default DeleteVpcPeeringConnectionResponseGameLiftClient. deleteVpcPeeringConnection(DeleteVpcPeeringConnectionRequest deleteVpcPeeringConnectionRequest)Removes a VPC peering connection.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type DeleteVpcPeeringConnectionResponse Modifier and Type Method Description default CompletableFuture<DeleteVpcPeeringConnectionResponse>GameLiftAsyncClient. deleteVpcPeeringConnection(Consumer<DeleteVpcPeeringConnectionRequest.Builder> deleteVpcPeeringConnectionRequest)Removes a VPC peering connection.default CompletableFuture<DeleteVpcPeeringConnectionResponse>GameLiftAsyncClient. deleteVpcPeeringConnection(DeleteVpcPeeringConnectionRequest deleteVpcPeeringConnectionRequest)Removes a VPC peering connection.
-