| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement | |
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonIdentityManagement.addRoleToInstanceProfile(AddRoleToInstanceProfileRequest addRoleToInstanceProfileRequest)
Adds the specified role to the specified instance profile.
|
void |
AbstractAmazonIdentityManagement.addRoleToInstanceProfile(AddRoleToInstanceProfileRequest request) |
void |
AmazonIdentityManagementClient.addRoleToInstanceProfile(AddRoleToInstanceProfileRequest addRoleToInstanceProfileRequest)
Adds the specified role to the specified instance profile.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.addRoleToInstanceProfileAsync(AddRoleToInstanceProfileRequest request) |
Future<Void> |
AmazonIdentityManagementAsync.addRoleToInstanceProfileAsync(AddRoleToInstanceProfileRequest addRoleToInstanceProfileRequest)
Adds the specified role to the specified instance profile.
|
Future<Void> |
AbstractAmazonIdentityManagementAsync.addRoleToInstanceProfileAsync(AddRoleToInstanceProfileRequest request) |
Future<Void> |
AmazonIdentityManagementAsyncClient.addRoleToInstanceProfileAsync(AddRoleToInstanceProfileRequest request,
AsyncHandler<AddRoleToInstanceProfileRequest,Void> asyncHandler) |
Future<Void> |
AmazonIdentityManagementAsync.addRoleToInstanceProfileAsync(AddRoleToInstanceProfileRequest addRoleToInstanceProfileRequest,
AsyncHandler<AddRoleToInstanceProfileRequest,Void> asyncHandler)
Adds the specified role to the specified instance profile.
|
Future<Void> |
AbstractAmazonIdentityManagementAsync.addRoleToInstanceProfileAsync(AddRoleToInstanceProfileRequest request,
AsyncHandler<AddRoleToInstanceProfileRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonIdentityManagementAsyncClient.addRoleToInstanceProfileAsync(AddRoleToInstanceProfileRequest request,
AsyncHandler<AddRoleToInstanceProfileRequest,Void> asyncHandler) |
Future<Void> |
AmazonIdentityManagementAsync.addRoleToInstanceProfileAsync(AddRoleToInstanceProfileRequest addRoleToInstanceProfileRequest,
AsyncHandler<AddRoleToInstanceProfileRequest,Void> asyncHandler)
Adds the specified role to the specified instance profile.
|
Future<Void> |
AbstractAmazonIdentityManagementAsync.addRoleToInstanceProfileAsync(AddRoleToInstanceProfileRequest request,
AsyncHandler<AddRoleToInstanceProfileRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AddRoleToInstanceProfileRequest |
AddRoleToInstanceProfileRequest.clone() |
AddRoleToInstanceProfileRequest |
AddRoleToInstanceProfileRequest.withInstanceProfileName(String instanceProfileName)
The name of the instance profile to update.
|
AddRoleToInstanceProfileRequest |
AddRoleToInstanceProfileRequest.withRoleName(String roleName)
The name of the role to add.
|
Copyright © 2016. All rights reserved.