Uses of Class
software.amazon.awssdk.services.finspacedata.model.EnableUserResponse
-
Packages that use EnableUserResponse Package Description software.amazon.awssdk.services.finspacedata The FinSpace APIs let you take actions inside the FinSpace. -
-
Uses of EnableUserResponse in software.amazon.awssdk.services.finspacedata
Methods in software.amazon.awssdk.services.finspacedata that return EnableUserResponse Modifier and Type Method Description default EnableUserResponseFinspaceDataClient. enableUser(Consumer<EnableUserRequest.Builder> enableUserRequest)Allows the specified user to access the FinSpace web application and API.default EnableUserResponseFinspaceDataClient. enableUser(EnableUserRequest enableUserRequest)Allows the specified user to access the FinSpace web application and API.Methods in software.amazon.awssdk.services.finspacedata that return types with arguments of type EnableUserResponse Modifier and Type Method Description default CompletableFuture<EnableUserResponse>FinspaceDataAsyncClient. enableUser(Consumer<EnableUserRequest.Builder> enableUserRequest)Allows the specified user to access the FinSpace web application and API.default CompletableFuture<EnableUserResponse>FinspaceDataAsyncClient. enableUser(EnableUserRequest enableUserRequest)Allows the specified user to access the FinSpace web application and API.
-