Uses of Class
software.amazon.awssdk.services.finspacedata.model.ResetUserPasswordRequest
-
Packages that use ResetUserPasswordRequest Package Description software.amazon.awssdk.services.finspacedata The FinSpace APIs let you take actions inside the FinSpace.software.amazon.awssdk.services.finspacedata.transform -
-
Uses of ResetUserPasswordRequest in software.amazon.awssdk.services.finspacedata
Methods in software.amazon.awssdk.services.finspacedata with parameters of type ResetUserPasswordRequest Modifier and Type Method Description default CompletableFuture<ResetUserPasswordResponse>FinspaceDataAsyncClient. resetUserPassword(ResetUserPasswordRequest 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. -
Uses of ResetUserPasswordRequest in software.amazon.awssdk.services.finspacedata.transform
Methods in software.amazon.awssdk.services.finspacedata.transform with parameters of type ResetUserPasswordRequest Modifier and Type Method Description SdkHttpFullRequestResetUserPasswordRequestMarshaller. marshall(ResetUserPasswordRequest resetUserPasswordRequest)
-