Uses of Class
software.amazon.awssdk.services.ec2.model.AssociateSecurityGroupVpcResponse
Packages that use AssociateSecurityGroupVpcResponse
-
Uses of AssociateSecurityGroupVpcResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return AssociateSecurityGroupVpcResponseModifier and TypeMethodDescriptionEc2Client.associateSecurityGroupVpc(Consumer<AssociateSecurityGroupVpcRequest.Builder> associateSecurityGroupVpcRequest) Associates a security group with another VPC in the same Region.Ec2Client.associateSecurityGroupVpc(AssociateSecurityGroupVpcRequest associateSecurityGroupVpcRequest) Associates a security group with another VPC in the same Region.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type AssociateSecurityGroupVpcResponseModifier and TypeMethodDescriptionEc2AsyncClient.associateSecurityGroupVpc(Consumer<AssociateSecurityGroupVpcRequest.Builder> associateSecurityGroupVpcRequest) Associates a security group with another VPC in the same Region.Ec2AsyncClient.associateSecurityGroupVpc(AssociateSecurityGroupVpcRequest associateSecurityGroupVpcRequest) Associates a security group with another VPC in the same Region.