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