Uses of Class
software.amazon.awssdk.services.rds.model.AuthorizeDbSecurityGroupIngressResponse
-
Packages that use AuthorizeDbSecurityGroupIngressResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of AuthorizeDbSecurityGroupIngressResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return AuthorizeDbSecurityGroupIngressResponse 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.Methods in software.amazon.awssdk.services.rds that return types with arguments of type AuthorizeDbSecurityGroupIngressResponse Modifier and Type Method Description default CompletableFuture<AuthorizeDbSecurityGroupIngressResponse>RdsAsyncClient. authorizeDBSecurityGroupIngress(Consumer<AuthorizeDbSecurityGroupIngressRequest.Builder> authorizeDbSecurityGroupIngressRequest)Enables ingress to a DBSecurityGroup using one of two forms of authorization.default CompletableFuture<AuthorizeDbSecurityGroupIngressResponse>RdsAsyncClient. authorizeDBSecurityGroupIngress(AuthorizeDbSecurityGroupIngressRequest authorizeDbSecurityGroupIngressRequest)Enables ingress to a DBSecurityGroup using one of two forms of authorization.
-