Uses of Class
software.amazon.awssdk.services.rds.model.AuthorizeDbSecurityGroupIngressResponse
Packages that use AuthorizeDbSecurityGroupIngressResponse
-
Uses of AuthorizeDbSecurityGroupIngressResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return AuthorizeDbSecurityGroupIngressResponseModifier and TypeMethodDescriptionRdsClient.authorizeDBSecurityGroupIngress(Consumer<AuthorizeDbSecurityGroupIngressRequest.Builder> authorizeDbSecurityGroupIngressRequest) Enables ingress to a DBSecurityGroup using one of two forms of authorization.RdsClient.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 AuthorizeDbSecurityGroupIngressResponseModifier and TypeMethodDescriptionRdsAsyncClient.authorizeDBSecurityGroupIngress(Consumer<AuthorizeDbSecurityGroupIngressRequest.Builder> authorizeDbSecurityGroupIngressRequest) Enables ingress to a DBSecurityGroup using one of two forms of authorization.RdsAsyncClient.authorizeDBSecurityGroupIngress(AuthorizeDbSecurityGroupIngressRequest authorizeDbSecurityGroupIngressRequest) Enables ingress to a DBSecurityGroup using one of two forms of authorization.