Uses of Class
software.amazon.awssdk.services.rds.model.DbClusterRoleAlreadyExistsException
-
Packages that use DbClusterRoleAlreadyExistsException Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of DbClusterRoleAlreadyExistsException in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that throw DbClusterRoleAlreadyExistsException Modifier and Type Method Description default AddRoleToDbClusterResponse
RdsClient. addRoleToDBCluster(Consumer<AddRoleToDbClusterRequest.Builder> addRoleToDbClusterRequest)
Associates an Identity and Access Management (IAM) role with a DB cluster.default AddRoleToDbClusterResponse
RdsClient. addRoleToDBCluster(AddRoleToDbClusterRequest addRoleToDbClusterRequest)
Associates an Identity and Access Management (IAM) role with a DB cluster.
-