Uses of Interface
software.amazon.awssdk.services.ec2.model.AttachClassicLinkVpcRequest.Builder
Packages that use AttachClassicLinkVpcRequest.Builder
Package
Description
-
Uses of AttachClassicLinkVpcRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type AttachClassicLinkVpcRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.attachClassicLinkVpc(Consumer<AttachClassicLinkVpcRequest.Builder> attachClassicLinkVpcRequest) default AttachClassicLinkVpcResponseEc2Client.attachClassicLinkVpc(Consumer<AttachClassicLinkVpcRequest.Builder> attachClassicLinkVpcRequest) -
Uses of AttachClassicLinkVpcRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AttachClassicLinkVpcRequest.BuilderModifier and TypeMethodDescriptionAttachClassicLinkVpcRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.The IDs of the security groups.AttachClassicLinkVpcRequest.Builder.groups(Collection<String> groups) The IDs of the security groups.AttachClassicLinkVpcRequest.Builder.instanceId(String instanceId) The ID of the EC2-Classic instance.AttachClassicLinkVpcRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AttachClassicLinkVpcRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AttachClassicLinkVpcRequest.toBuilder()The ID of the ClassicLink-enabled VPC.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AttachClassicLinkVpcRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AttachClassicLinkVpcRequest.Builder>AttachClassicLinkVpcRequest.serializableBuilderClass()