Package | Description |
---|---|
com.amazonaws.services.identitymanagement |
Synchronous and asynchronous client classes for accessing AmazonIdentityManagement.
|
com.amazonaws.services.identitymanagement.model |
Classes modeling the various types represented by AmazonIdentityManagement.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateInstanceProfileResult> |
AmazonIdentityManagementAsync.createInstanceProfileAsync(CreateInstanceProfileRequest createInstanceProfileRequest,
AsyncHandler<CreateInstanceProfileRequest,CreateInstanceProfileResult> asyncHandler)
Creates a new instance profile.
|
Future<CreateInstanceProfileResult> |
AmazonIdentityManagementAsyncClient.createInstanceProfileAsync(CreateInstanceProfileRequest createInstanceProfileRequest,
AsyncHandler<CreateInstanceProfileRequest,CreateInstanceProfileResult> asyncHandler)
Creates a new instance profile.
|
Modifier and Type | Method and Description |
---|---|
CreateInstanceProfileRequest |
CreateInstanceProfileRequest.withInstanceProfileName(String instanceProfileName)
Name of the instance profile to create.
|
CreateInstanceProfileRequest |
CreateInstanceProfileRequest.withPath(String path)
The path to the instance profile.
|
Copyright © 2014. All rights reserved.