Uses of Class
software.amazon.awssdk.services.ec2.model.UpdateSecurityGroupRuleDescriptionsIngressResponse
Packages that use UpdateSecurityGroupRuleDescriptionsIngressResponse
-
Uses of UpdateSecurityGroupRuleDescriptionsIngressResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return UpdateSecurityGroupRuleDescriptionsIngressResponseModifier and TypeMethodDescriptionEc2Client.updateSecurityGroupRuleDescriptionsIngress(Consumer<UpdateSecurityGroupRuleDescriptionsIngressRequest.Builder> updateSecurityGroupRuleDescriptionsIngressRequest) Updates the description of an ingress (inbound) security group rule.Ec2Client.updateSecurityGroupRuleDescriptionsIngress(UpdateSecurityGroupRuleDescriptionsIngressRequest updateSecurityGroupRuleDescriptionsIngressRequest) Updates the description of an ingress (inbound) security group rule.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type UpdateSecurityGroupRuleDescriptionsIngressResponseModifier and TypeMethodDescriptionEc2AsyncClient.updateSecurityGroupRuleDescriptionsIngress(Consumer<UpdateSecurityGroupRuleDescriptionsIngressRequest.Builder> updateSecurityGroupRuleDescriptionsIngressRequest) Updates the description of an ingress (inbound) security group rule.Ec2AsyncClient.updateSecurityGroupRuleDescriptionsIngress(UpdateSecurityGroupRuleDescriptionsIngressRequest updateSecurityGroupRuleDescriptionsIngressRequest) Updates the description of an ingress (inbound) security group rule.