Uses of Class
software.amazon.awssdk.services.ec2.model.UpdateSecurityGroupRuleDescriptionsEgressResponse
Packages that use UpdateSecurityGroupRuleDescriptionsEgressResponse
-
Uses of UpdateSecurityGroupRuleDescriptionsEgressResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return UpdateSecurityGroupRuleDescriptionsEgressResponseModifier and TypeMethodDescriptionEc2Client.updateSecurityGroupRuleDescriptionsEgress(Consumer<UpdateSecurityGroupRuleDescriptionsEgressRequest.Builder> updateSecurityGroupRuleDescriptionsEgressRequest) Updates the description of an egress (outbound) security group rule.Ec2Client.updateSecurityGroupRuleDescriptionsEgress(UpdateSecurityGroupRuleDescriptionsEgressRequest updateSecurityGroupRuleDescriptionsEgressRequest) Updates the description of an egress (outbound) security group rule.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type UpdateSecurityGroupRuleDescriptionsEgressResponseModifier and TypeMethodDescriptionEc2AsyncClient.updateSecurityGroupRuleDescriptionsEgress(Consumer<UpdateSecurityGroupRuleDescriptionsEgressRequest.Builder> updateSecurityGroupRuleDescriptionsEgressRequest) Updates the description of an egress (outbound) security group rule.Ec2AsyncClient.updateSecurityGroupRuleDescriptionsEgress(UpdateSecurityGroupRuleDescriptionsEgressRequest updateSecurityGroupRuleDescriptionsEgressRequest) Updates the description of an egress (outbound) security group rule.