Uses of Class
software.amazon.awssdk.services.rds.model.AddRoleToDbClusterResponse
Packages that use AddRoleToDbClusterResponse
-
Uses of AddRoleToDbClusterResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return AddRoleToDbClusterResponseModifier and TypeMethodDescriptiondefault AddRoleToDbClusterResponseRdsClient.addRoleToDBCluster(Consumer<AddRoleToDbClusterRequest.Builder> addRoleToDbClusterRequest) Associates an Identity and Access Management (IAM) role with a DB cluster.default AddRoleToDbClusterResponseRdsClient.addRoleToDBCluster(AddRoleToDbClusterRequest addRoleToDbClusterRequest) Associates an Identity and Access Management (IAM) role with a DB cluster.Methods in software.amazon.awssdk.services.rds that return types with arguments of type AddRoleToDbClusterResponseModifier and TypeMethodDescriptionRdsAsyncClient.addRoleToDBCluster(Consumer<AddRoleToDbClusterRequest.Builder> addRoleToDbClusterRequest) Associates an Identity and Access Management (IAM) role with a DB cluster.RdsAsyncClient.addRoleToDBCluster(AddRoleToDbClusterRequest addRoleToDbClusterRequest) Associates an Identity and Access Management (IAM) role with a DB cluster.