Uses of Class
software.amazon.awssdk.services.finspacedata.model.GetDataViewResponse
-
Packages that use GetDataViewResponse Package Description software.amazon.awssdk.services.finspacedata The FinSpace APIs let you take actions inside the FinSpace. -
-
Uses of GetDataViewResponse in software.amazon.awssdk.services.finspacedata
Methods in software.amazon.awssdk.services.finspacedata that return GetDataViewResponse Modifier and Type Method Description default GetDataViewResponseFinspaceDataClient. getDataView(Consumer<GetDataViewRequest.Builder> getDataViewRequest)Deprecated.This method will be discontinued.default GetDataViewResponseFinspaceDataClient. getDataView(GetDataViewRequest getDataViewRequest)Deprecated.This method will be discontinued.Methods in software.amazon.awssdk.services.finspacedata that return types with arguments of type GetDataViewResponse Modifier and Type Method Description default CompletableFuture<GetDataViewResponse>FinspaceDataAsyncClient. getDataView(Consumer<GetDataViewRequest.Builder> getDataViewRequest)Deprecated.This method will be discontinued.default CompletableFuture<GetDataViewResponse>FinspaceDataAsyncClient. getDataView(GetDataViewRequest getDataViewRequest)Deprecated.This method will be discontinued.
-