Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.GetUserResponse.Builder
Packages that use GetUserResponse.Builder
-
Uses of GetUserResponse.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return GetUserResponse.BuilderModifier and TypeMethodDescriptionstatic GetUserResponse.BuilderGetUserResponse.builder()GetUserResponse.Builder.mfaOptions(Collection<MFAOptionType> mfaOptions) This response parameter is no longer supported. It provides information only about SMS MFA configurations.GetUserResponse.Builder.mfaOptions(Consumer<MFAOptionType.Builder>... mfaOptions) This response parameter is no longer supported. It provides information only about SMS MFA configurations.GetUserResponse.Builder.mfaOptions(MFAOptionType... mfaOptions) This response parameter is no longer supported. It provides information only about SMS MFA configurations.GetUserResponse.Builder.preferredMfaSetting(String preferredMfaSetting) The user's preferred MFA.GetUserResponse.toBuilder()GetUserResponse.Builder.userAttributes(Collection<AttributeType> userAttributes) An array of name-value pairs representing user attributes.GetUserResponse.Builder.userAttributes(Consumer<AttributeType.Builder>... userAttributes) An array of name-value pairs representing user attributes.GetUserResponse.Builder.userAttributes(AttributeType... userAttributes) An array of name-value pairs representing user attributes.GetUserResponse.Builder.userMFASettingList(String... userMFASettingList) The MFA options that are activated for the user.GetUserResponse.Builder.userMFASettingList(Collection<String> userMFASettingList) The MFA options that are activated for the user.The name of the user that you requested.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type GetUserResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetUserResponse.Builder>GetUserResponse.serializableBuilderClass()