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 |
---|---|
void |
AmazonIdentityManagementClient.deleteAccessKey(DeleteAccessKeyRequest deleteAccessKeyRequest)
Deletes the access key associated with the specified user.
|
void |
AmazonIdentityManagement.deleteAccessKey(DeleteAccessKeyRequest deleteAccessKeyRequest)
Deletes the access key associated with the specified user.
|
Future<Void> |
AmazonIdentityManagementAsync.deleteAccessKeyAsync(DeleteAccessKeyRequest deleteAccessKeyRequest)
Deletes the access key associated with the specified user.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteAccessKeyAsync(DeleteAccessKeyRequest deleteAccessKeyRequest)
Deletes the access key associated with the specified user.
|
Future<Void> |
AmazonIdentityManagementAsync.deleteAccessKeyAsync(DeleteAccessKeyRequest deleteAccessKeyRequest,
AsyncHandler<DeleteAccessKeyRequest,Void> asyncHandler)
Deletes the access key associated with the specified user.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteAccessKeyAsync(DeleteAccessKeyRequest deleteAccessKeyRequest,
AsyncHandler<DeleteAccessKeyRequest,Void> asyncHandler)
Deletes the access key associated with the specified user.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonIdentityManagementAsync.deleteAccessKeyAsync(DeleteAccessKeyRequest deleteAccessKeyRequest,
AsyncHandler<DeleteAccessKeyRequest,Void> asyncHandler)
Deletes the access key associated with the specified user.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteAccessKeyAsync(DeleteAccessKeyRequest deleteAccessKeyRequest,
AsyncHandler<DeleteAccessKeyRequest,Void> asyncHandler)
Deletes the access key associated with the specified user.
|
Modifier and Type | Method and Description |
---|---|
DeleteAccessKeyRequest |
DeleteAccessKeyRequest.withAccessKeyId(String accessKeyId)
The access key ID for the access key ID and secret access key you want
to delete.
|
DeleteAccessKeyRequest |
DeleteAccessKeyRequest.withUserName(String userName)
Name of the user whose key you want to delete.
|
Copyright © 2014. All rights reserved.