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)Deprecated.This method will be discontinued.default ResetUserPasswordResponseFinspaceDataClient. resetUserPassword(ResetUserPasswordRequest resetUserPasswordRequest)Deprecated.This method will be discontinued.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)Deprecated.This method will be discontinued.default CompletableFuture<ResetUserPasswordResponse>FinspaceDataAsyncClient. resetUserPassword(ResetUserPasswordRequest resetUserPasswordRequest)Deprecated.This method will be discontinued.
-