Uses of Class
com.amazonaws.services.identitymanagement.model.GetLoginProfileResult

Packages that use GetLoginProfileResult
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. 
 

Uses of GetLoginProfileResult in com.amazonaws.services.identitymanagement
 

Methods in com.amazonaws.services.identitymanagement that return GetLoginProfileResult
 GetLoginProfileResult AmazonIdentityManagementClient.getLoginProfile(GetLoginProfileRequest getLoginProfileRequest)
           Retrieves the user name and password-creation date for the specified user.
 GetLoginProfileResult AmazonIdentityManagement.getLoginProfile(GetLoginProfileRequest getLoginProfileRequest)
           Retrieves the user name and password-creation date for the specified user.
 

Methods in com.amazonaws.services.identitymanagement that return types with arguments of type GetLoginProfileResult
 Future<GetLoginProfileResult> AmazonIdentityManagementAsyncClient.getLoginProfileAsync(GetLoginProfileRequest getLoginProfileRequest)
           Retrieves the user name and password-creation date for the specified user.
 Future<GetLoginProfileResult> AmazonIdentityManagementAsync.getLoginProfileAsync(GetLoginProfileRequest getLoginProfileRequest)
           Retrieves the user name and password-creation date for the specified user.
 Future<GetLoginProfileResult> AmazonIdentityManagementAsyncClient.getLoginProfileAsync(GetLoginProfileRequest getLoginProfileRequest, AsyncHandler<GetLoginProfileRequest,GetLoginProfileResult> asyncHandler)
           Retrieves the user name and password-creation date for the specified user.
 Future<GetLoginProfileResult> AmazonIdentityManagementAsync.getLoginProfileAsync(GetLoginProfileRequest getLoginProfileRequest, AsyncHandler<GetLoginProfileRequest,GetLoginProfileResult> asyncHandler)
           Retrieves the user name and password-creation date for the specified user.
 

Method parameters in com.amazonaws.services.identitymanagement with type arguments of type GetLoginProfileResult
 Future<GetLoginProfileResult> AmazonIdentityManagementAsyncClient.getLoginProfileAsync(GetLoginProfileRequest getLoginProfileRequest, AsyncHandler<GetLoginProfileRequest,GetLoginProfileResult> asyncHandler)
           Retrieves the user name and password-creation date for the specified user.
 Future<GetLoginProfileResult> AmazonIdentityManagementAsync.getLoginProfileAsync(GetLoginProfileRequest getLoginProfileRequest, AsyncHandler<GetLoginProfileRequest,GetLoginProfileResult> asyncHandler)
           Retrieves the user name and password-creation date for the specified user.
 

Uses of GetLoginProfileResult in com.amazonaws.services.identitymanagement.model
 

Methods in com.amazonaws.services.identitymanagement.model that return GetLoginProfileResult
 GetLoginProfileResult GetLoginProfileResult.withLoginProfile(LoginProfile loginProfile)
          User name and password create date for the user.
 



Copyright © 2016. All rights reserved.