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.removeRoleFromInstanceProfile(RemoveRoleFromInstanceProfileRequest removeRoleFromInstanceProfileRequest)
Removes the specified role from the specified instance profile.
|
void |
AmazonIdentityManagement.removeRoleFromInstanceProfile(RemoveRoleFromInstanceProfileRequest removeRoleFromInstanceProfileRequest)
Removes the specified role from the specified instance profile.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.removeRoleFromInstanceProfileAsync(RemoveRoleFromInstanceProfileRequest removeRoleFromInstanceProfileRequest)
Removes the specified role from the specified instance profile.
|
Future<Void> |
AmazonIdentityManagementAsync.removeRoleFromInstanceProfileAsync(RemoveRoleFromInstanceProfileRequest removeRoleFromInstanceProfileRequest)
Removes the specified role from the specified instance profile.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.removeRoleFromInstanceProfileAsync(RemoveRoleFromInstanceProfileRequest removeRoleFromInstanceProfileRequest,
AsyncHandler<RemoveRoleFromInstanceProfileRequest,Void> asyncHandler)
Removes the specified role from the specified instance profile.
|
Future<Void> |
AmazonIdentityManagementAsync.removeRoleFromInstanceProfileAsync(RemoveRoleFromInstanceProfileRequest removeRoleFromInstanceProfileRequest,
AsyncHandler<RemoveRoleFromInstanceProfileRequest,Void> asyncHandler)
Removes the specified role from the specified instance profile.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonIdentityManagementAsyncClient.removeRoleFromInstanceProfileAsync(RemoveRoleFromInstanceProfileRequest removeRoleFromInstanceProfileRequest,
AsyncHandler<RemoveRoleFromInstanceProfileRequest,Void> asyncHandler)
Removes the specified role from the specified instance profile.
|
Future<Void> |
AmazonIdentityManagementAsync.removeRoleFromInstanceProfileAsync(RemoveRoleFromInstanceProfileRequest removeRoleFromInstanceProfileRequest,
AsyncHandler<RemoveRoleFromInstanceProfileRequest,Void> asyncHandler)
Removes the specified role from the specified instance profile.
|
Modifier and Type | Method and Description |
---|---|
RemoveRoleFromInstanceProfileRequest |
RemoveRoleFromInstanceProfileRequest.clone() |
RemoveRoleFromInstanceProfileRequest |
RemoveRoleFromInstanceProfileRequest.withInstanceProfileName(String instanceProfileName)
The name of the instance profile to update.
|
RemoveRoleFromInstanceProfileRequest |
RemoveRoleFromInstanceProfileRequest.withRoleName(String roleName)
The name of the role to remove.
|
Copyright © 2015. All rights reserved.