|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AddRoleToInstanceProfileRequest | |
---|---|
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. |
Uses of AddRoleToInstanceProfileRequest in com.amazonaws.services.identitymanagement |
---|
Methods in com.amazonaws.services.identitymanagement with parameters of type AddRoleToInstanceProfileRequest | |
---|---|
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> |
AmazonIdentityManagementAsyncClient.addRoleToInstanceProfileAsync(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,
AsyncHandler<AddRoleToInstanceProfileRequest,Void> asyncHandler)
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. |
Method parameters in com.amazonaws.services.identitymanagement with type arguments of type AddRoleToInstanceProfileRequest | |
---|---|
Future<Void> |
AmazonIdentityManagementAsyncClient.addRoleToInstanceProfileAsync(AddRoleToInstanceProfileRequest addRoleToInstanceProfileRequest,
AsyncHandler<AddRoleToInstanceProfileRequest,Void> asyncHandler)
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. |
Uses of AddRoleToInstanceProfileRequest in com.amazonaws.services.identitymanagement.model |
---|
Methods in com.amazonaws.services.identitymanagement.model that return AddRoleToInstanceProfileRequest | |
---|---|
AddRoleToInstanceProfileRequest |
AddRoleToInstanceProfileRequest.withInstanceProfileName(String instanceProfileName)
Name of the instance profile to update. |
AddRoleToInstanceProfileRequest |
AddRoleToInstanceProfileRequest.withRoleName(String roleName)
Name of the role to add. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |