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