Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminUpdateUserAttributesResponse
-
Packages that use AdminUpdateUserAttributesResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users. -
-
Uses of AdminUpdateUserAttributesResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return AdminUpdateUserAttributesResponse Modifier and Type Method Description default AdminUpdateUserAttributesResponse
CognitoIdentityProviderClient. adminUpdateUserAttributes(Consumer<AdminUpdateUserAttributesRequest.Builder> adminUpdateUserAttributesRequest)
default AdminUpdateUserAttributesResponse
CognitoIdentityProviderClient. adminUpdateUserAttributes(AdminUpdateUserAttributesRequest adminUpdateUserAttributesRequest)
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type AdminUpdateUserAttributesResponse Modifier and Type Method Description default CompletableFuture<AdminUpdateUserAttributesResponse>
CognitoIdentityProviderAsyncClient. adminUpdateUserAttributes(Consumer<AdminUpdateUserAttributesRequest.Builder> adminUpdateUserAttributesRequest)
default CompletableFuture<AdminUpdateUserAttributesResponse>
CognitoIdentityProviderAsyncClient. adminUpdateUserAttributes(AdminUpdateUserAttributesRequest adminUpdateUserAttributesRequest)
-