Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<AssociateIamInstanceProfileResult> |
AmazonEC2Async.associateIamInstanceProfileAsync(AssociateIamInstanceProfileRequest associateIamInstanceProfileRequest,
AsyncHandler<AssociateIamInstanceProfileRequest,AssociateIamInstanceProfileResult> asyncHandler)
Associates an IAM instance profile with a running or stopped instance.
|
Future<AssociateIamInstanceProfileResult> |
AbstractAmazonEC2Async.associateIamInstanceProfileAsync(AssociateIamInstanceProfileRequest request,
AsyncHandler<AssociateIamInstanceProfileRequest,AssociateIamInstanceProfileResult> asyncHandler) |
Future<AssociateIamInstanceProfileResult> |
AmazonEC2AsyncClient.associateIamInstanceProfileAsync(AssociateIamInstanceProfileRequest request,
AsyncHandler<AssociateIamInstanceProfileRequest,AssociateIamInstanceProfileResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
AssociateIamInstanceProfileRequest |
AssociateIamInstanceProfileRequest.clone() |
AssociateIamInstanceProfileRequest |
AssociateIamInstanceProfileRequest.withIamInstanceProfile(IamInstanceProfileSpecification iamInstanceProfile)
The IAM instance profile.
|
AssociateIamInstanceProfileRequest |
AssociateIamInstanceProfileRequest.withInstanceId(String instanceId)
The ID of the instance.
|
Modifier and Type | Method and Description |
---|---|
Request<AssociateIamInstanceProfileRequest> |
AssociateIamInstanceProfileRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2017. All rights reserved.