Uses of Class
software.amazon.awssdk.services.rds.model.AddRoleToDbInstanceResponse
-
Packages that use AddRoleToDbInstanceResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of AddRoleToDbInstanceResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return AddRoleToDbInstanceResponse Modifier and Type Method Description default AddRoleToDbInstanceResponseRdsClient. addRoleToDBInstance(Consumer<AddRoleToDbInstanceRequest.Builder> addRoleToDbInstanceRequest)Associates an Amazon Web Services Identity and Access Management (IAM) role with a DB instance.default AddRoleToDbInstanceResponseRdsClient. addRoleToDBInstance(AddRoleToDbInstanceRequest addRoleToDbInstanceRequest)Associates an Amazon Web Services Identity and Access Management (IAM) role with a DB instance.Methods in software.amazon.awssdk.services.rds that return types with arguments of type AddRoleToDbInstanceResponse Modifier and Type Method Description default CompletableFuture<AddRoleToDbInstanceResponse>RdsAsyncClient. addRoleToDBInstance(Consumer<AddRoleToDbInstanceRequest.Builder> addRoleToDbInstanceRequest)Associates an Amazon Web Services Identity and Access Management (IAM) role with a DB instance.default CompletableFuture<AddRoleToDbInstanceResponse>RdsAsyncClient. addRoleToDBInstance(AddRoleToDbInstanceRequest addRoleToDbInstanceRequest)Associates an Amazon Web Services Identity and Access Management (IAM) role with a DB instance.
-