Uses of Class
software.amazon.awssdk.services.rds.model.AuthorizationAlreadyExistsException
-
Packages that use AuthorizationAlreadyExistsException Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of AuthorizationAlreadyExistsException in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that throw AuthorizationAlreadyExistsException Modifier and Type Method Description default AuthorizeDbSecurityGroupIngressResponseRdsClient. authorizeDBSecurityGroupIngress(Consumer<AuthorizeDbSecurityGroupIngressRequest.Builder> authorizeDbSecurityGroupIngressRequest)Enables ingress to a DBSecurityGroup using one of two forms of authorization.default AuthorizeDbSecurityGroupIngressResponseRdsClient. authorizeDBSecurityGroupIngress(AuthorizeDbSecurityGroupIngressRequest authorizeDbSecurityGroupIngressRequest)Enables ingress to a DBSecurityGroup using one of two forms of authorization.
-