Uses of Class
software.amazon.awssdk.services.rds.model.RevokeDbSecurityGroupIngressResponse
-
Packages that use RevokeDbSecurityGroupIngressResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of RevokeDbSecurityGroupIngressResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return RevokeDbSecurityGroupIngressResponse Modifier and Type Method Description default RevokeDbSecurityGroupIngressResponseRdsClient. revokeDBSecurityGroupIngress(Consumer<RevokeDbSecurityGroupIngressRequest.Builder> revokeDbSecurityGroupIngressRequest)Revokes ingress from a DBSecurityGroup for previously authorized IP ranges or EC2 or VPC security groups.default RevokeDbSecurityGroupIngressResponseRdsClient. revokeDBSecurityGroupIngress(RevokeDbSecurityGroupIngressRequest revokeDbSecurityGroupIngressRequest)Revokes ingress from a DBSecurityGroup for previously authorized IP ranges or EC2 or VPC security groups.Methods in software.amazon.awssdk.services.rds that return types with arguments of type RevokeDbSecurityGroupIngressResponse Modifier and Type Method Description default CompletableFuture<RevokeDbSecurityGroupIngressResponse>RdsAsyncClient. revokeDBSecurityGroupIngress(Consumer<RevokeDbSecurityGroupIngressRequest.Builder> revokeDbSecurityGroupIngressRequest)Revokes ingress from a DBSecurityGroup for previously authorized IP ranges or EC2 or VPC security groups.default CompletableFuture<RevokeDbSecurityGroupIngressResponse>RdsAsyncClient. revokeDBSecurityGroupIngress(RevokeDbSecurityGroupIngressRequest revokeDbSecurityGroupIngressRequest)Revokes ingress from a DBSecurityGroup for previously authorized IP ranges or EC2 or VPC security groups.
-