| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default DisassociateIamInstanceProfileResponse |
Ec2Client.disassociateIamInstanceProfile(Consumer<DisassociateIamInstanceProfileRequest.Builder> disassociateIamInstanceProfileRequest)
Disassociates an IAM instance profile from a running or stopped instance.
|
default DisassociateIamInstanceProfileResponse |
Ec2Client.disassociateIamInstanceProfile(DisassociateIamInstanceProfileRequest disassociateIamInstanceProfileRequest)
Disassociates an IAM instance profile from a running or stopped instance.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DisassociateIamInstanceProfileResponse> |
Ec2AsyncClient.disassociateIamInstanceProfile(Consumer<DisassociateIamInstanceProfileRequest.Builder> disassociateIamInstanceProfileRequest)
Disassociates an IAM instance profile from a running or stopped instance.
|
default CompletableFuture<DisassociateIamInstanceProfileResponse> |
Ec2AsyncClient.disassociateIamInstanceProfile(DisassociateIamInstanceProfileRequest disassociateIamInstanceProfileRequest)
Disassociates an IAM instance profile from a running or stopped instance.
|
Copyright © 2022. All rights reserved.