Uses of Class
com.amazonaws.services.identitymanagement.model.CreateLoginProfileRequest
-
Packages that use CreateLoginProfileRequest Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of CreateLoginProfileRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type CreateLoginProfileRequest Modifier and Type Method Description CreateLoginProfileResult
AbstractAmazonIdentityManagement. createLoginProfile(CreateLoginProfileRequest request)
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.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.Future<CreateLoginProfileResult>
AbstractAmazonIdentityManagementAsync. createLoginProfileAsync(CreateLoginProfileRequest request)
Future<CreateLoginProfileResult>
AbstractAmazonIdentityManagementAsync. createLoginProfileAsync(CreateLoginProfileRequest request, AsyncHandler<CreateLoginProfileRequest,CreateLoginProfileResult> asyncHandler)
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>
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 request)
Future<CreateLoginProfileResult>
AmazonIdentityManagementAsyncClient. createLoginProfileAsync(CreateLoginProfileRequest request, AsyncHandler<CreateLoginProfileRequest,CreateLoginProfileResult> asyncHandler)
Method parameters in com.amazonaws.services.identitymanagement with type arguments of type CreateLoginProfileRequest Modifier and Type Method Description Future<CreateLoginProfileResult>
AbstractAmazonIdentityManagementAsync. createLoginProfileAsync(CreateLoginProfileRequest request, AsyncHandler<CreateLoginProfileRequest,CreateLoginProfileResult> asyncHandler)
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 request, AsyncHandler<CreateLoginProfileRequest,CreateLoginProfileResult> asyncHandler)
-
Uses of CreateLoginProfileRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return CreateLoginProfileRequest Modifier and Type Method Description CreateLoginProfileRequest
CreateLoginProfileRequest. clone()
CreateLoginProfileRequest
CreateLoginProfileRequest. withPassword(String password)
The new password for the user.CreateLoginProfileRequest
CreateLoginProfileRequest. withPasswordResetRequired(Boolean passwordResetRequired)
Specifies whether the user is required to set a new password on next sign-in.CreateLoginProfileRequest
CreateLoginProfileRequest. withUserName(String userName)
The name of the IAM user to create a password for.
-