Uses of Interface
software.amazon.awssdk.services.iam.model.GetLoginProfileResponse.Builder
-
Packages that use GetLoginProfileResponse.Builder Package Description software.amazon.awssdk.services.iam.model -
-
Uses of GetLoginProfileResponse.Builder in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return GetLoginProfileResponse.Builder Modifier and Type Method Description static GetLoginProfileResponse.BuilderGetLoginProfileResponse. builder()default GetLoginProfileResponse.BuilderGetLoginProfileResponse.Builder. loginProfile(Consumer<LoginProfile.Builder> loginProfile)A structure containing the user name and the profile creation date for the user.GetLoginProfileResponse.BuilderGetLoginProfileResponse.Builder. loginProfile(LoginProfile loginProfile)A structure containing the user name and the profile creation date for the user.GetLoginProfileResponse.BuilderGetLoginProfileResponse. toBuilder()Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type GetLoginProfileResponse.Builder Modifier and Type Method Description static Class<? extends GetLoginProfileResponse.Builder>GetLoginProfileResponse. serializableBuilderClass()
-