| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RemoveRoleFromInstanceProfileResponse> |
IamAsyncClient.removeRoleFromInstanceProfile(Consumer<RemoveRoleFromInstanceProfileRequest.Builder> removeRoleFromInstanceProfileRequest)
Removes the specified IAM role from the specified EC2 instance profile.
|
default RemoveRoleFromInstanceProfileResponse |
IamClient.removeRoleFromInstanceProfile(Consumer<RemoveRoleFromInstanceProfileRequest.Builder> removeRoleFromInstanceProfileRequest)
Removes the specified IAM role from the specified EC2 instance profile.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RemoveRoleFromInstanceProfileRequest.Builder> |
RemoveRoleFromInstanceProfileRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.