Uses of Class
software.amazon.awssdk.services.finspacedata.model.ResetUserPasswordResponse
-
Packages that use ResetUserPasswordResponse Package Description software.amazon.awssdk.services.finspacedata The FinSpace APIs let you take actions inside the FinSpace. -
-
Uses of ResetUserPasswordResponse in software.amazon.awssdk.services.finspacedata
Methods in software.amazon.awssdk.services.finspacedata that return ResetUserPasswordResponse Modifier and Type Method Description default ResetUserPasswordResponseFinspaceDataClient. resetUserPassword(Consumer<ResetUserPasswordRequest.Builder> resetUserPasswordRequest)Resets the password for a specified user ID and generates a temporary one.default ResetUserPasswordResponseFinspaceDataClient. resetUserPassword(ResetUserPasswordRequest resetUserPasswordRequest)Resets the password for a specified user ID and generates a temporary one.Methods in software.amazon.awssdk.services.finspacedata that return types with arguments of type ResetUserPasswordResponse Modifier and Type Method Description default CompletableFuture<ResetUserPasswordResponse>FinspaceDataAsyncClient. resetUserPassword(Consumer<ResetUserPasswordRequest.Builder> resetUserPasswordRequest)Resets the password for a specified user ID and generates a temporary one.default CompletableFuture<ResetUserPasswordResponse>FinspaceDataAsyncClient. resetUserPassword(ResetUserPasswordRequest resetUserPasswordRequest)Resets the password for a specified user ID and generates a temporary one.
-