Uses of Class
software.amazon.awssdk.services.iam.model.CreateLoginProfileResponse
-
Packages that use CreateLoginProfileResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of CreateLoginProfileResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return CreateLoginProfileResponse Modifier and Type Method Description default CreateLoginProfileResponse
IamClient. createLoginProfile(Consumer<CreateLoginProfileRequest.Builder> createLoginProfileRequest)
Creates a password for the specified IAM user.default CreateLoginProfileResponse
IamClient. createLoginProfile(CreateLoginProfileRequest createLoginProfileRequest)
Creates a password for the specified IAM user.Methods in software.amazon.awssdk.services.iam that return types with arguments of type CreateLoginProfileResponse Modifier and Type Method Description default CompletableFuture<CreateLoginProfileResponse>
IamAsyncClient. createLoginProfile(Consumer<CreateLoginProfileRequest.Builder> createLoginProfileRequest)
Creates a password for the specified IAM user.default CompletableFuture<CreateLoginProfileResponse>
IamAsyncClient. createLoginProfile(CreateLoginProfileRequest createLoginProfileRequest)
Creates a password for the specified IAM user.
-