Uses of Class
software.amazon.awssdk.services.rds.model.RevokeDbSecurityGroupIngressRequest
-
Packages that use RevokeDbSecurityGroupIngressRequest Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.transform -
-
Uses of RevokeDbSecurityGroupIngressRequest in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds with parameters of type RevokeDbSecurityGroupIngressRequest Modifier and Type Method Description default CompletableFuture<RevokeDbSecurityGroupIngressResponse>RdsAsyncClient. revokeDBSecurityGroupIngress(RevokeDbSecurityGroupIngressRequest 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. -
Uses of RevokeDbSecurityGroupIngressRequest in software.amazon.awssdk.services.rds.transform
Methods in software.amazon.awssdk.services.rds.transform with parameters of type RevokeDbSecurityGroupIngressRequest Modifier and Type Method Description SdkHttpFullRequestRevokeDbSecurityGroupIngressRequestMarshaller. marshall(RevokeDbSecurityGroupIngressRequest revokeDbSecurityGroupIngressRequest)
-