Uses of Class
software.amazon.awssdk.services.finspacedata.model.GetWorkingLocationResponse
-
Packages that use GetWorkingLocationResponse Package Description software.amazon.awssdk.services.finspacedata The FinSpace APIs let you take actions inside the FinSpace. -
-
Uses of GetWorkingLocationResponse in software.amazon.awssdk.services.finspacedata
Methods in software.amazon.awssdk.services.finspacedata that return GetWorkingLocationResponse Modifier and Type Method Description default GetWorkingLocationResponseFinspaceDataClient. getWorkingLocation(Consumer<GetWorkingLocationRequest.Builder> getWorkingLocationRequest)A temporary Amazon S3 location, where you can copy your files from a source location to stage or use as a scratch space in FinSpace notebook.default GetWorkingLocationResponseFinspaceDataClient. getWorkingLocation(GetWorkingLocationRequest getWorkingLocationRequest)A temporary Amazon S3 location, where you can copy your files from a source location to stage or use as a scratch space in FinSpace notebook.Methods in software.amazon.awssdk.services.finspacedata that return types with arguments of type GetWorkingLocationResponse Modifier and Type Method Description default CompletableFuture<GetWorkingLocationResponse>FinspaceDataAsyncClient. getWorkingLocation(Consumer<GetWorkingLocationRequest.Builder> getWorkingLocationRequest)A temporary Amazon S3 location, where you can copy your files from a source location to stage or use as a scratch space in FinSpace notebook.default CompletableFuture<GetWorkingLocationResponse>FinspaceDataAsyncClient. getWorkingLocation(GetWorkingLocationRequest getWorkingLocationRequest)A temporary Amazon S3 location, where you can copy your files from a source location to stage or use as a scratch space in FinSpace notebook.
-