| Package | Description |
|---|---|
| com.amazonaws.services.rds |
|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AddRoleToDBInstanceResult> |
AbstractAmazonRDSAsync.addRoleToDBInstanceAsync(AddRoleToDBInstanceRequest request,
AsyncHandler<AddRoleToDBInstanceRequest,AddRoleToDBInstanceResult> asyncHandler) |
Future<AddRoleToDBInstanceResult> |
AmazonRDSAsyncClient.addRoleToDBInstanceAsync(AddRoleToDBInstanceRequest request,
AsyncHandler<AddRoleToDBInstanceRequest,AddRoleToDBInstanceResult> asyncHandler) |
Future<AddRoleToDBInstanceResult> |
AmazonRDSAsync.addRoleToDBInstanceAsync(AddRoleToDBInstanceRequest addRoleToDBInstanceRequest,
AsyncHandler<AddRoleToDBInstanceRequest,AddRoleToDBInstanceResult> asyncHandler)
Associates an AWS Identity and Access Management (IAM) role with a DB instance.
|
| Modifier and Type | Method and Description |
|---|---|
AddRoleToDBInstanceRequest |
AddRoleToDBInstanceRequest.clone() |
AddRoleToDBInstanceRequest |
AddRoleToDBInstanceRequest.withDBInstanceIdentifier(String dBInstanceIdentifier)
The name of the DB instance to associate the IAM role with.
|
AddRoleToDBInstanceRequest |
AddRoleToDBInstanceRequest.withFeatureName(String featureName)
The name of the feature for the DB instance that the IAM role is to be associated with.
|
AddRoleToDBInstanceRequest |
AddRoleToDBInstanceRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role to associate with the DB instance, for example
arn:aws:iam::123456789012:role/AccessRole. |
Copyright © 2019. All rights reserved.