Uses of Interface
software.amazon.awssdk.services.gamelift.model.DeleteVpcPeeringAuthorizationRequest.Builder
-
Packages that use DeleteVpcPeeringAuthorizationRequest.Builder 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.software.amazon.awssdk.services.gamelift.model -
-
Uses of DeleteVpcPeeringAuthorizationRequest.Builder in software.amazon.awssdk.services.gamelift
Method parameters in software.amazon.awssdk.services.gamelift with type arguments of type DeleteVpcPeeringAuthorizationRequest.Builder 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 DeleteVpcPeeringAuthorizationResponseGameLiftClient. deleteVpcPeeringAuthorization(Consumer<DeleteVpcPeeringAuthorizationRequest.Builder> deleteVpcPeeringAuthorizationRequest)Cancels a pending VPC peering authorization for the specified VPC. -
Uses of DeleteVpcPeeringAuthorizationRequest.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return DeleteVpcPeeringAuthorizationRequest.Builder Modifier and Type Method Description static DeleteVpcPeeringAuthorizationRequest.BuilderDeleteVpcPeeringAuthorizationRequest. builder()DeleteVpcPeeringAuthorizationRequest.BuilderDeleteVpcPeeringAuthorizationRequest.Builder. gameLiftAwsAccountId(String gameLiftAwsAccountId)A unique identifier for the Amazon Web Services account that you use to manage your Amazon GameLift fleet.DeleteVpcPeeringAuthorizationRequest.BuilderDeleteVpcPeeringAuthorizationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteVpcPeeringAuthorizationRequest.BuilderDeleteVpcPeeringAuthorizationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteVpcPeeringAuthorizationRequest.BuilderDeleteVpcPeeringAuthorizationRequest.Builder. peerVpcId(String peerVpcId)A unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet.DeleteVpcPeeringAuthorizationRequest.BuilderDeleteVpcPeeringAuthorizationRequest. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type DeleteVpcPeeringAuthorizationRequest.Builder Modifier and Type Method Description static Class<? extends DeleteVpcPeeringAuthorizationRequest.Builder>DeleteVpcPeeringAuthorizationRequest. serializableBuilderClass()
-