Uses of Interface
software.amazon.awssdk.services.ec2.model.AttachClassicLinkVpcRequest.Builder
-
Packages that use AttachClassicLinkVpcRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of AttachClassicLinkVpcRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type AttachClassicLinkVpcRequest.Builder Modifier and Type Method Description default CompletableFuture<AttachClassicLinkVpcResponse>Ec2AsyncClient. 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.Builder Modifier and Type Method Description static AttachClassicLinkVpcRequest.BuilderAttachClassicLinkVpcRequest. builder()AttachClassicLinkVpcRequest.BuilderAttachClassicLinkVpcRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.AttachClassicLinkVpcRequest.BuilderAttachClassicLinkVpcRequest.Builder. groups(String... groups)The IDs of the security groups.AttachClassicLinkVpcRequest.BuilderAttachClassicLinkVpcRequest.Builder. groups(Collection<String> groups)The IDs of the security groups.AttachClassicLinkVpcRequest.BuilderAttachClassicLinkVpcRequest.Builder. instanceId(String instanceId)The ID of the EC2-Classic instance.AttachClassicLinkVpcRequest.BuilderAttachClassicLinkVpcRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AttachClassicLinkVpcRequest.BuilderAttachClassicLinkVpcRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AttachClassicLinkVpcRequest.BuilderAttachClassicLinkVpcRequest. toBuilder()AttachClassicLinkVpcRequest.BuilderAttachClassicLinkVpcRequest.Builder. vpcId(String vpcId)The ID of the ClassicLink-enabled VPC.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AttachClassicLinkVpcRequest.Builder Modifier and Type Method Description static Class<? extends AttachClassicLinkVpcRequest.Builder>AttachClassicLinkVpcRequest. serializableBuilderClass()
-