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