| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds |
|
| Modifier and Type | Method and Description |
|---|---|
default AuthorizeDbSecurityGroupIngressResponse |
RdsClient.authorizeDBSecurityGroupIngress(AuthorizeDbSecurityGroupIngressRequest authorizeDbSecurityGroupIngressRequest)
Enables ingress to a DBSecurityGroup using one of two forms of authorization.
|
default AuthorizeDbSecurityGroupIngressResponse |
RdsClient.authorizeDBSecurityGroupIngress(Consumer<AuthorizeDbSecurityGroupIngressRequest.Builder> authorizeDbSecurityGroupIngressRequest)
Enables ingress to a DBSecurityGroup using one of two forms of authorization.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AuthorizeDbSecurityGroupIngressResponse> |
RdsAsyncClient.authorizeDBSecurityGroupIngress(AuthorizeDbSecurityGroupIngressRequest authorizeDbSecurityGroupIngressRequest)
Enables ingress to a DBSecurityGroup using one of two forms of authorization.
|
default CompletableFuture<AuthorizeDbSecurityGroupIngressResponse> |
RdsAsyncClient.authorizeDBSecurityGroupIngress(Consumer<AuthorizeDbSecurityGroupIngressRequest.Builder> authorizeDbSecurityGroupIngressRequest)
Enables ingress to a DBSecurityGroup using one of two forms of authorization.
|
Copyright © 2022. All rights reserved.