Uses of Class
software.amazon.awssdk.services.iam.model.GetLoginProfileResponse
-
Packages that use GetLoginProfileResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of GetLoginProfileResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return GetLoginProfileResponse Modifier and Type Method Description default GetLoginProfileResponseIamClient. getLoginProfile(Consumer<GetLoginProfileRequest.Builder> getLoginProfileRequest)Retrieves the user name for the specified IAM user.default GetLoginProfileResponseIamClient. getLoginProfile(GetLoginProfileRequest getLoginProfileRequest)Retrieves the user name for the specified IAM user.Methods in software.amazon.awssdk.services.iam that return types with arguments of type GetLoginProfileResponse Modifier and Type Method Description default CompletableFuture<GetLoginProfileResponse>IamAsyncClient. getLoginProfile(Consumer<GetLoginProfileRequest.Builder> getLoginProfileRequest)Retrieves the user name for the specified IAM user.default CompletableFuture<GetLoginProfileResponse>IamAsyncClient. getLoginProfile(GetLoginProfileRequest getLoginProfileRequest)Retrieves the user name for the specified IAM user.
-