Uses of Class
software.amazon.awssdk.services.gamelift.model.DeleteVpcPeeringAuthorizationResponse
-
Packages that use DeleteVpcPeeringAuthorizationResponse 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 DeleteVpcPeeringAuthorizationResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return DeleteVpcPeeringAuthorizationResponse Modifier and Type Method Description default DeleteVpcPeeringAuthorizationResponseGameLiftClient. deleteVpcPeeringAuthorization(Consumer<DeleteVpcPeeringAuthorizationRequest.Builder> deleteVpcPeeringAuthorizationRequest)Cancels a pending VPC peering authorization for the specified VPC.default DeleteVpcPeeringAuthorizationResponseGameLiftClient. deleteVpcPeeringAuthorization(DeleteVpcPeeringAuthorizationRequest deleteVpcPeeringAuthorizationRequest)Cancels a pending VPC peering authorization for the specified VPC.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type DeleteVpcPeeringAuthorizationResponse Modifier and Type Method Description default CompletableFuture<DeleteVpcPeeringAuthorizationResponse>GameLiftAsyncClient. deleteVpcPeeringAuthorization(Consumer<DeleteVpcPeeringAuthorizationRequest.Builder> deleteVpcPeeringAuthorizationRequest)Cancels a pending VPC peering authorization for the specified VPC.default CompletableFuture<DeleteVpcPeeringAuthorizationResponse>GameLiftAsyncClient. deleteVpcPeeringAuthorization(DeleteVpcPeeringAuthorizationRequest deleteVpcPeeringAuthorizationRequest)Cancels a pending VPC peering authorization for the specified VPC.
-