| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement | |
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
AbstractAmazonIdentityManagement.deleteLoginProfile(DeleteLoginProfileRequest request) |
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.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteLoginProfileAsync(DeleteLoginProfileRequest request) |
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> |
AbstractAmazonIdentityManagementAsync.deleteLoginProfileAsync(DeleteLoginProfileRequest request) |
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteLoginProfileAsync(DeleteLoginProfileRequest request,
AsyncHandler<DeleteLoginProfileRequest,Void> asyncHandler) |
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> |
AbstractAmazonIdentityManagementAsync.deleteLoginProfileAsync(DeleteLoginProfileRequest request,
AsyncHandler<DeleteLoginProfileRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonIdentityManagementAsyncClient.deleteLoginProfileAsync(DeleteLoginProfileRequest request,
AsyncHandler<DeleteLoginProfileRequest,Void> asyncHandler) |
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> |
AbstractAmazonIdentityManagementAsync.deleteLoginProfileAsync(DeleteLoginProfileRequest request,
AsyncHandler<DeleteLoginProfileRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteLoginProfileRequest |
DeleteLoginProfileRequest.clone() |
DeleteLoginProfileRequest |
DeleteLoginProfileRequest.withUserName(String userName)
The name of the user whose password you want to delete.
|
Copyright © 2016. All rights reserved.