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 |
---|---|
CreateLoginProfileResult |
AmazonIdentityManagementClient.createLoginProfile(CreateLoginProfileRequest createLoginProfileRequest)
Creates a password for the specified user, giving the user the
ability to access AWS services through the AWS Management Console.
|
CreateLoginProfileResult |
AmazonIdentityManagement.createLoginProfile(CreateLoginProfileRequest createLoginProfileRequest)
Creates a password for the specified user, giving the user the
ability to access AWS services through the AWS Management Console.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateLoginProfileResult> |
AmazonIdentityManagementAsync.createLoginProfileAsync(CreateLoginProfileRequest createLoginProfileRequest)
Creates a password for the specified user, giving the user the
ability to access AWS services through the AWS Management Console.
|
Future<CreateLoginProfileResult> |
AmazonIdentityManagementAsyncClient.createLoginProfileAsync(CreateLoginProfileRequest createLoginProfileRequest)
Creates a password for the specified user, giving the user the
ability to access AWS services through the AWS Management Console.
|
Future<CreateLoginProfileResult> |
AmazonIdentityManagementAsync.createLoginProfileAsync(CreateLoginProfileRequest createLoginProfileRequest,
AsyncHandler<CreateLoginProfileRequest,CreateLoginProfileResult> asyncHandler)
Creates a password for the specified user, giving the user the
ability to access AWS services through the AWS Management Console.
|
Future<CreateLoginProfileResult> |
AmazonIdentityManagementAsyncClient.createLoginProfileAsync(CreateLoginProfileRequest createLoginProfileRequest,
AsyncHandler<CreateLoginProfileRequest,CreateLoginProfileResult> asyncHandler)
Creates a password for the specified user, giving the user the
ability to access AWS services through the AWS Management Console.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateLoginProfileResult> |
AmazonIdentityManagementAsync.createLoginProfileAsync(CreateLoginProfileRequest createLoginProfileRequest,
AsyncHandler<CreateLoginProfileRequest,CreateLoginProfileResult> asyncHandler)
Creates a password for the specified user, giving the user the
ability to access AWS services through the AWS Management Console.
|
Future<CreateLoginProfileResult> |
AmazonIdentityManagementAsyncClient.createLoginProfileAsync(CreateLoginProfileRequest createLoginProfileRequest,
AsyncHandler<CreateLoginProfileRequest,CreateLoginProfileResult> asyncHandler)
Creates a password for the specified user, giving the user the
ability to access AWS services through the AWS Management Console.
|
Modifier and Type | Method and Description |
---|---|
CreateLoginProfileResult |
CreateLoginProfileResult.withLoginProfile(LoginProfile loginProfile)
The user name and password create date.
|
Copyright © 2014. All rights reserved.