Uses of Class
software.amazon.awssdk.services.ec2.model.AssociateSecurityGroupVpcRequest
-
Packages that use AssociateSecurityGroupVpcRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of AssociateSecurityGroupVpcRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type AssociateSecurityGroupVpcRequest Modifier and Type Method Description default CompletableFuture<AssociateSecurityGroupVpcResponse>Ec2AsyncClient. associateSecurityGroupVpc(AssociateSecurityGroupVpcRequest associateSecurityGroupVpcRequest)Associates a security group with another VPC in the same Region.default AssociateSecurityGroupVpcResponseEc2Client. associateSecurityGroupVpc(AssociateSecurityGroupVpcRequest associateSecurityGroupVpcRequest)Associates a security group with another VPC in the same Region. -
Uses of AssociateSecurityGroupVpcRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type AssociateSecurityGroupVpcRequest Modifier and Type Method Description SdkHttpFullRequestAssociateSecurityGroupVpcRequestMarshaller. marshall(AssociateSecurityGroupVpcRequest associateSecurityGroupVpcRequest)
-