| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement | |
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonIdentityManagement.removeRoleFromInstanceProfile(RemoveRoleFromInstanceProfileRequest removeRoleFromInstanceProfileRequest)
Removes the specified role from the specified instance profile.
|
void |
AbstractAmazonIdentityManagement.removeRoleFromInstanceProfile(RemoveRoleFromInstanceProfileRequest request) |
void |
AmazonIdentityManagementClient.removeRoleFromInstanceProfile(RemoveRoleFromInstanceProfileRequest removeRoleFromInstanceProfileRequest)
Removes the specified role from the specified instance profile.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.removeRoleFromInstanceProfileAsync(RemoveRoleFromInstanceProfileRequest request) |
Future<Void> |
AmazonIdentityManagementAsync.removeRoleFromInstanceProfileAsync(RemoveRoleFromInstanceProfileRequest removeRoleFromInstanceProfileRequest)
Removes the specified role from the specified instance profile.
|
Future<Void> |
AbstractAmazonIdentityManagementAsync.removeRoleFromInstanceProfileAsync(RemoveRoleFromInstanceProfileRequest request) |
Future<Void> |
AmazonIdentityManagementAsyncClient.removeRoleFromInstanceProfileAsync(RemoveRoleFromInstanceProfileRequest request,
AsyncHandler<RemoveRoleFromInstanceProfileRequest,Void> asyncHandler) |
Future<Void> |
AmazonIdentityManagementAsync.removeRoleFromInstanceProfileAsync(RemoveRoleFromInstanceProfileRequest removeRoleFromInstanceProfileRequest,
AsyncHandler<RemoveRoleFromInstanceProfileRequest,Void> asyncHandler)
Removes the specified role from the specified instance profile.
|
Future<Void> |
AbstractAmazonIdentityManagementAsync.removeRoleFromInstanceProfileAsync(RemoveRoleFromInstanceProfileRequest request,
AsyncHandler<RemoveRoleFromInstanceProfileRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonIdentityManagementAsyncClient.removeRoleFromInstanceProfileAsync(RemoveRoleFromInstanceProfileRequest request,
AsyncHandler<RemoveRoleFromInstanceProfileRequest,Void> asyncHandler) |
Future<Void> |
AmazonIdentityManagementAsync.removeRoleFromInstanceProfileAsync(RemoveRoleFromInstanceProfileRequest removeRoleFromInstanceProfileRequest,
AsyncHandler<RemoveRoleFromInstanceProfileRequest,Void> asyncHandler)
Removes the specified role from the specified instance profile.
|
Future<Void> |
AbstractAmazonIdentityManagementAsync.removeRoleFromInstanceProfileAsync(RemoveRoleFromInstanceProfileRequest request,
AsyncHandler<RemoveRoleFromInstanceProfileRequest,Void> asyncHandler) |
| 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 © 2016. All rights reserved.