Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminDeleteUserAttributesResponse
-
Packages that use AdminDeleteUserAttributesResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users. -
-
Uses of AdminDeleteUserAttributesResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return AdminDeleteUserAttributesResponse Modifier and Type Method Description default AdminDeleteUserAttributesResponseCognitoIdentityProviderClient. adminDeleteUserAttributes(Consumer<AdminDeleteUserAttributesRequest.Builder> adminDeleteUserAttributesRequest)Deletes attribute values from a user.default AdminDeleteUserAttributesResponseCognitoIdentityProviderClient. adminDeleteUserAttributes(AdminDeleteUserAttributesRequest adminDeleteUserAttributesRequest)Deletes attribute values from a user.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type AdminDeleteUserAttributesResponse Modifier and Type Method Description default CompletableFuture<AdminDeleteUserAttributesResponse>CognitoIdentityProviderAsyncClient. adminDeleteUserAttributes(Consumer<AdminDeleteUserAttributesRequest.Builder> adminDeleteUserAttributesRequest)Deletes attribute values from a user.default CompletableFuture<AdminDeleteUserAttributesResponse>CognitoIdentityProviderAsyncClient. adminDeleteUserAttributes(AdminDeleteUserAttributesRequest adminDeleteUserAttributesRequest)Deletes attribute values from a user.
-