Uses of Class
com.amazonaws.services.identitymanagement.model.CreateLoginProfileResult
Packages that use CreateLoginProfileResult
Package
Description
-
Uses of CreateLoginProfileResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return CreateLoginProfileResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.createLoginProfile
(CreateLoginProfileRequest request) 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.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.Methods in com.amazonaws.services.identitymanagement that return types with arguments of type CreateLoginProfileResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.createLoginProfileAsync
(CreateLoginProfileRequest request) AbstractAmazonIdentityManagementAsync.createLoginProfileAsync
(CreateLoginProfileRequest request, AsyncHandler<CreateLoginProfileRequest, CreateLoginProfileResult> asyncHandler) 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.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.AmazonIdentityManagementAsyncClient.createLoginProfileAsync
(CreateLoginProfileRequest request) AmazonIdentityManagementAsyncClient.createLoginProfileAsync
(CreateLoginProfileRequest request, AsyncHandler<CreateLoginProfileRequest, CreateLoginProfileResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type CreateLoginProfileResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.createLoginProfileAsync
(CreateLoginProfileRequest request, AsyncHandler<CreateLoginProfileRequest, CreateLoginProfileResult> asyncHandler) 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.AmazonIdentityManagementAsyncClient.createLoginProfileAsync
(CreateLoginProfileRequest request, AsyncHandler<CreateLoginProfileRequest, CreateLoginProfileResult> asyncHandler) -
Uses of CreateLoginProfileResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return CreateLoginProfileResultModifier and TypeMethodDescriptionCreateLoginProfileResult.clone()
CreateLoginProfileResult.withLoginProfile
(LoginProfile loginProfile) A structure containing the user name and password create date.