Uses of Interface
software.amazon.awssdk.services.ec2.model.DetachInternetGatewayRequest.Builder
Packages that use DetachInternetGatewayRequest.Builder
Package
Description
-
Uses of DetachInternetGatewayRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DetachInternetGatewayRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.detachInternetGateway(Consumer<DetachInternetGatewayRequest.Builder> detachInternetGatewayRequest) Detaches an internet gateway from a VPC, disabling connectivity between the internet and the VPC.default DetachInternetGatewayResponseEc2Client.detachInternetGateway(Consumer<DetachInternetGatewayRequest.Builder> detachInternetGatewayRequest) Detaches an internet gateway from a VPC, disabling connectivity between the internet and the VPC. -
Uses of DetachInternetGatewayRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DetachInternetGatewayRequest.BuilderModifier and TypeMethodDescriptionDetachInternetGatewayRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DetachInternetGatewayRequest.Builder.internetGatewayId(String internetGatewayId) The ID of the internet gateway.DetachInternetGatewayRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DetachInternetGatewayRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DetachInternetGatewayRequest.toBuilder()The ID of the VPC.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DetachInternetGatewayRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DetachInternetGatewayRequest.Builder>DetachInternetGatewayRequest.serializableBuilderClass()