| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default AssociateIamInstanceProfileResponse |
Ec2Client.associateIamInstanceProfile(AssociateIamInstanceProfileRequest associateIamInstanceProfileRequest)
Associates an IAM instance profile with a running or stopped instance.
|
default AssociateIamInstanceProfileResponse |
Ec2Client.associateIamInstanceProfile(Consumer<AssociateIamInstanceProfileRequest.Builder> associateIamInstanceProfileRequest)
Associates an IAM instance profile with a running or stopped instance.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AssociateIamInstanceProfileResponse> |
Ec2AsyncClient.associateIamInstanceProfile(AssociateIamInstanceProfileRequest associateIamInstanceProfileRequest)
Associates an IAM instance profile with a running or stopped instance.
|
default CompletableFuture<AssociateIamInstanceProfileResponse> |
Ec2AsyncClient.associateIamInstanceProfile(Consumer<AssociateIamInstanceProfileRequest.Builder> associateIamInstanceProfileRequest)
Associates an IAM instance profile with a running or stopped instance.
|
Copyright © 2021. All rights reserved.