Uses of Class
com.amazonaws.services.identitymanagement.model.DeleteLoginProfileRequest
Packages that use DeleteLoginProfileRequest
Package
Description
-
Uses of DeleteLoginProfileRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type DeleteLoginProfileRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.deleteLoginProfile(DeleteLoginProfileRequest request) 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.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.AbstractAmazonIdentityManagementAsync.deleteLoginProfileAsync(DeleteLoginProfileRequest request) AbstractAmazonIdentityManagementAsync.deleteLoginProfileAsync(DeleteLoginProfileRequest request, AsyncHandler<DeleteLoginProfileRequest, DeleteLoginProfileResult> asyncHandler) 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.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.AmazonIdentityManagementAsyncClient.deleteLoginProfileAsync(DeleteLoginProfileRequest request) AmazonIdentityManagementAsyncClient.deleteLoginProfileAsync(DeleteLoginProfileRequest request, AsyncHandler<DeleteLoginProfileRequest, DeleteLoginProfileResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type DeleteLoginProfileRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.deleteLoginProfileAsync(DeleteLoginProfileRequest request, AsyncHandler<DeleteLoginProfileRequest, DeleteLoginProfileResult> asyncHandler) 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.AmazonIdentityManagementAsyncClient.deleteLoginProfileAsync(DeleteLoginProfileRequest request, AsyncHandler<DeleteLoginProfileRequest, DeleteLoginProfileResult> asyncHandler) -
Uses of DeleteLoginProfileRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return DeleteLoginProfileRequestModifier and TypeMethodDescriptionDeleteLoginProfileRequest.clone()DeleteLoginProfileRequest.withUserName(String userName) The name of the user whose password you want to delete.