| Package | Description |
|---|---|
| software.amazon.awssdk.services.finspacedata |
The FinSpace APIs let you take actions inside the FinSpace environment.
|
| software.amazon.awssdk.services.finspacedata.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateChangesetResponse |
FinspaceDataClient.createChangeset(Consumer<CreateChangesetRequest.Builder> createChangesetRequest)
Creates a new changeset in a FinSpace dataset.
|
default CreateChangesetResponse |
FinspaceDataClient.createChangeset(CreateChangesetRequest createChangesetRequest)
Creates a new changeset in a FinSpace dataset.
|
default GetProgrammaticAccessCredentialsResponse |
FinspaceDataClient.getProgrammaticAccessCredentials(Consumer<GetProgrammaticAccessCredentialsRequest.Builder> getProgrammaticAccessCredentialsRequest)
Request programmatic credentials to use with Habanero SDK.
|
default GetProgrammaticAccessCredentialsResponse |
FinspaceDataClient.getProgrammaticAccessCredentials(GetProgrammaticAccessCredentialsRequest getProgrammaticAccessCredentialsRequest)
Request programmatic credentials to use with Habanero SDK.
|
default GetWorkingLocationResponse |
FinspaceDataClient.getWorkingLocation(Consumer<GetWorkingLocationRequest.Builder> getWorkingLocationRequest)
A temporary Amazon S3 location to copy your files from a source location to stage or use as a scratch space in
Habanero notebook.
|
default GetWorkingLocationResponse |
FinspaceDataClient.getWorkingLocation(GetWorkingLocationRequest getWorkingLocationRequest)
A temporary Amazon S3 location to copy your files from a source location to stage or use as a scratch space in
Habanero notebook.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
You do not have sufficient access to perform this action.
|
class |
InternalServerException
The request processing has failed because of an unknown error, exception or failure.
|
class |
ResourceNotFoundException
One or more resources can't be found.
|
class |
ThrottlingException
The request was denied due to request throttling.
|
class |
ValidationException
The input fails to satisfy the constraints specified by an AWS service.
|
| Modifier and Type | Method and Description |
|---|---|
FinspaceDataException |
FinspaceDataException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(FinspaceDataException ex) |
Copyright © 2021. All rights reserved.