Package | Description |
---|---|
com.amazonaws.services.identitymanagement |
Synchronous and asynchronous client classes for accessing AmazonIdentityManagement.
|
com.amazonaws.services.identitymanagement.model |
Classes modeling the various types represented by AmazonIdentityManagement.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonIdentityManagementClient.addRoleToInstanceProfile(AddRoleToInstanceProfileRequest addRoleToInstanceProfileRequest)
Adds the specified role to the specified instance profile.
|
void |
AmazonIdentityManagement.addRoleToInstanceProfile(AddRoleToInstanceProfileRequest addRoleToInstanceProfileRequest)
Adds the specified role to the specified instance profile.
|
Future<Void> |
AmazonIdentityManagementAsync.addRoleToInstanceProfileAsync(AddRoleToInstanceProfileRequest addRoleToInstanceProfileRequest)
Adds the specified role to the specified instance profile.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.addRoleToInstanceProfileAsync(AddRoleToInstanceProfileRequest addRoleToInstanceProfileRequest)
Adds the specified role to the specified instance profile.
|
Future<Void> |
AmazonIdentityManagementAsync.addRoleToInstanceProfileAsync(AddRoleToInstanceProfileRequest addRoleToInstanceProfileRequest,
AsyncHandler<AddRoleToInstanceProfileRequest,Void> asyncHandler)
Adds the specified role to the specified instance profile.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.addRoleToInstanceProfileAsync(AddRoleToInstanceProfileRequest addRoleToInstanceProfileRequest,
AsyncHandler<AddRoleToInstanceProfileRequest,Void> asyncHandler)
Adds the specified role to the specified instance profile.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonIdentityManagementAsync.addRoleToInstanceProfileAsync(AddRoleToInstanceProfileRequest addRoleToInstanceProfileRequest,
AsyncHandler<AddRoleToInstanceProfileRequest,Void> asyncHandler)
Adds the specified role to the specified instance profile.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.addRoleToInstanceProfileAsync(AddRoleToInstanceProfileRequest addRoleToInstanceProfileRequest,
AsyncHandler<AddRoleToInstanceProfileRequest,Void> asyncHandler)
Adds the specified role to the specified instance profile.
|
Modifier and Type | Method and Description |
---|---|
AddRoleToInstanceProfileRequest |
AddRoleToInstanceProfileRequest.withInstanceProfileName(String instanceProfileName)
Name of the instance profile to update.
|
AddRoleToInstanceProfileRequest |
AddRoleToInstanceProfileRequest.withRoleName(String roleName)
Name of the role to add.
|
Copyright © 2014. All rights reserved.