Uses of Class
com.amazonaws.services.identitymanagement.model.DeleteLoginProfileResult
-
Packages that use DeleteLoginProfileResult Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of DeleteLoginProfileResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return DeleteLoginProfileResult Modifier and Type Method Description DeleteLoginProfileResult
AbstractAmazonIdentityManagement. deleteLoginProfile(DeleteLoginProfileRequest request)
DeleteLoginProfileResult
AmazonIdentityManagement. deleteLoginProfile(DeleteLoginProfileRequest deleteLoginProfileRequest)
Deletes the password for the specified IAM user, which terminates the user's ability to access AWS services through the AWS Management Console.DeleteLoginProfileResult
AmazonIdentityManagementClient. deleteLoginProfile(DeleteLoginProfileRequest deleteLoginProfileRequest)
Deletes the password for the specified IAM user, which terminates the user's ability to access AWS services through the AWS Management Console.Methods in com.amazonaws.services.identitymanagement that return types with arguments of type DeleteLoginProfileResult Modifier and Type Method Description Future<DeleteLoginProfileResult>
AbstractAmazonIdentityManagementAsync. deleteLoginProfileAsync(DeleteLoginProfileRequest request)
Future<DeleteLoginProfileResult>
AbstractAmazonIdentityManagementAsync. deleteLoginProfileAsync(DeleteLoginProfileRequest request, AsyncHandler<DeleteLoginProfileRequest,DeleteLoginProfileResult> asyncHandler)
Future<DeleteLoginProfileResult>
AmazonIdentityManagementAsync. deleteLoginProfileAsync(DeleteLoginProfileRequest deleteLoginProfileRequest)
Deletes the password for the specified IAM user, which terminates the user's ability to access AWS services through the AWS Management Console.Future<DeleteLoginProfileResult>
AmazonIdentityManagementAsync. deleteLoginProfileAsync(DeleteLoginProfileRequest deleteLoginProfileRequest, AsyncHandler<DeleteLoginProfileRequest,DeleteLoginProfileResult> asyncHandler)
Deletes the password for the specified IAM user, which terminates the user's ability to access AWS services through the AWS Management Console.Future<DeleteLoginProfileResult>
AmazonIdentityManagementAsyncClient. deleteLoginProfileAsync(DeleteLoginProfileRequest request)
Future<DeleteLoginProfileResult>
AmazonIdentityManagementAsyncClient. deleteLoginProfileAsync(DeleteLoginProfileRequest request, AsyncHandler<DeleteLoginProfileRequest,DeleteLoginProfileResult> asyncHandler)
Method parameters in com.amazonaws.services.identitymanagement with type arguments of type DeleteLoginProfileResult Modifier and Type Method Description Future<DeleteLoginProfileResult>
AbstractAmazonIdentityManagementAsync. deleteLoginProfileAsync(DeleteLoginProfileRequest request, AsyncHandler<DeleteLoginProfileRequest,DeleteLoginProfileResult> asyncHandler)
Future<DeleteLoginProfileResult>
AmazonIdentityManagementAsync. deleteLoginProfileAsync(DeleteLoginProfileRequest deleteLoginProfileRequest, AsyncHandler<DeleteLoginProfileRequest,DeleteLoginProfileResult> asyncHandler)
Deletes the password for the specified IAM user, which terminates the user's ability to access AWS services through the AWS Management Console.Future<DeleteLoginProfileResult>
AmazonIdentityManagementAsyncClient. deleteLoginProfileAsync(DeleteLoginProfileRequest request, AsyncHandler<DeleteLoginProfileRequest,DeleteLoginProfileResult> asyncHandler)
-
Uses of DeleteLoginProfileResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return DeleteLoginProfileResult Modifier and Type Method Description DeleteLoginProfileResult
DeleteLoginProfileResult. clone()
-