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.
|
com.amazonaws.services.identitymanagement.model.transform |
Marhsalling for the various types represented by AmazonIdentityManagement.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonIdentityManagementClient.deleteInstanceProfile(DeleteInstanceProfileRequest deleteInstanceProfileRequest)
Deletes the specified instance profile.
|
void |
AmazonIdentityManagement.deleteInstanceProfile(DeleteInstanceProfileRequest deleteInstanceProfileRequest)
Deletes the specified instance profile.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteInstanceProfileAsync(DeleteInstanceProfileRequest deleteInstanceProfileRequest)
Deletes the specified instance profile.
|
Future<Void> |
AmazonIdentityManagementAsync.deleteInstanceProfileAsync(DeleteInstanceProfileRequest deleteInstanceProfileRequest)
Deletes the specified instance profile.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteInstanceProfileAsync(DeleteInstanceProfileRequest deleteInstanceProfileRequest,
AsyncHandler<DeleteInstanceProfileRequest,Void> asyncHandler)
Deletes the specified instance profile.
|
Future<Void> |
AmazonIdentityManagementAsync.deleteInstanceProfileAsync(DeleteInstanceProfileRequest deleteInstanceProfileRequest,
AsyncHandler<DeleteInstanceProfileRequest,Void> asyncHandler)
Deletes the specified instance profile.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteInstanceProfileAsync(DeleteInstanceProfileRequest deleteInstanceProfileRequest,
AsyncHandler<DeleteInstanceProfileRequest,Void> asyncHandler)
Deletes the specified instance profile.
|
Future<Void> |
AmazonIdentityManagementAsync.deleteInstanceProfileAsync(DeleteInstanceProfileRequest deleteInstanceProfileRequest,
AsyncHandler<DeleteInstanceProfileRequest,Void> asyncHandler)
Deletes the specified instance profile.
|
Modifier and Type | Method and Description |
---|---|
DeleteInstanceProfileRequest |
DeleteInstanceProfileRequest.withInstanceProfileName(String instanceProfileName)
Name of the instance profile to delete.
|
Modifier and Type | Method and Description |
---|---|
Request<DeleteInstanceProfileRequest> |
DeleteInstanceProfileRequestMarshaller.marshall(DeleteInstanceProfileRequest deleteInstanceProfileRequest) |
Modifier and Type | Method and Description |
---|---|
Request<DeleteInstanceProfileRequest> |
DeleteInstanceProfileRequestMarshaller.marshall(DeleteInstanceProfileRequest deleteInstanceProfileRequest) |
Copyright © 2016. All rights reserved.