Uses of Class
software.amazon.awssdk.services.iam.model.DeleteLoginProfileResponse
-
Packages that use DeleteLoginProfileResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of DeleteLoginProfileResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return DeleteLoginProfileResponse Modifier and Type Method Description default DeleteLoginProfileResponseIamClient. deleteLoginProfile(Consumer<DeleteLoginProfileRequest.Builder> deleteLoginProfileRequest)Deletes the password for the specified IAM user, For more information, see Managing passwords for IAM users.default DeleteLoginProfileResponseIamClient. deleteLoginProfile(DeleteLoginProfileRequest deleteLoginProfileRequest)Deletes the password for the specified IAM user, For more information, see Managing passwords for IAM users.Methods in software.amazon.awssdk.services.iam that return types with arguments of type DeleteLoginProfileResponse Modifier and Type Method Description default CompletableFuture<DeleteLoginProfileResponse>IamAsyncClient. deleteLoginProfile(Consumer<DeleteLoginProfileRequest.Builder> deleteLoginProfileRequest)Deletes the password for the specified IAM user, For more information, see Managing passwords for IAM users.default CompletableFuture<DeleteLoginProfileResponse>IamAsyncClient. deleteLoginProfile(DeleteLoginProfileRequest deleteLoginProfileRequest)Deletes the password for the specified IAM user, For more information, see Managing passwords for IAM users.
-