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.deleteLoginProfile(DeleteLoginProfileRequest deleteLoginProfileRequest)
Deletes the password for the specified user, which terminates the
user's ability to access AWS services through the AWS Management
Console.
|
void |
AmazonIdentityManagement.deleteLoginProfile(DeleteLoginProfileRequest deleteLoginProfileRequest)
Deletes the password for the specified user, which terminates the
user's ability to access AWS services through the AWS Management
Console.
|
Future<Void> |
AmazonIdentityManagementAsync.deleteLoginProfileAsync(DeleteLoginProfileRequest deleteLoginProfileRequest)
Deletes the password for the specified user, which terminates the
user's ability to access AWS services through the AWS Management
Console.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteLoginProfileAsync(DeleteLoginProfileRequest deleteLoginProfileRequest)
Deletes the password for the specified user, which terminates the
user's ability to access AWS services through the AWS Management
Console.
|
Future<Void> |
AmazonIdentityManagementAsync.deleteLoginProfileAsync(DeleteLoginProfileRequest deleteLoginProfileRequest,
AsyncHandler<DeleteLoginProfileRequest,Void> asyncHandler)
Deletes the password for the specified user, which terminates the
user's ability to access AWS services through the AWS Management
Console.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteLoginProfileAsync(DeleteLoginProfileRequest deleteLoginProfileRequest,
AsyncHandler<DeleteLoginProfileRequest,Void> asyncHandler)
Deletes the password for the specified user, which terminates the
user's ability to access AWS services through the AWS Management
Console.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonIdentityManagementAsync.deleteLoginProfileAsync(DeleteLoginProfileRequest deleteLoginProfileRequest,
AsyncHandler<DeleteLoginProfileRequest,Void> asyncHandler)
Deletes the password for the specified user, which terminates the
user's ability to access AWS services through the AWS Management
Console.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteLoginProfileAsync(DeleteLoginProfileRequest deleteLoginProfileRequest,
AsyncHandler<DeleteLoginProfileRequest,Void> asyncHandler)
Deletes the password for the specified user, which terminates the
user's ability to access AWS services through the AWS Management
Console.
|
Modifier and Type | Method and Description |
---|---|
DeleteLoginProfileRequest |
DeleteLoginProfileRequest.withUserName(String userName)
Name of the user whose password you want to delete.
|
Copyright © 2014. All rights reserved.