@Generated(value="software.amazon.awssdk:codegen") @ThreadSafe public interface FinspaceDataClient extends AwsClient
builder() method.
The FinSpace APIs let you take actions inside the FinSpace.
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_METADATA_ID
Value for looking up the service's metadata from the
ServiceMetadataProvider. |
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
default AssociateUserToPermissionGroupResponse |
associateUserToPermissionGroup(AssociateUserToPermissionGroupRequest associateUserToPermissionGroupRequest)
Adds a user account to a permission group to grant permissions for actions a user can perform in FinSpace.
|
default AssociateUserToPermissionGroupResponse |
associateUserToPermissionGroup(Consumer<AssociateUserToPermissionGroupRequest.Builder> associateUserToPermissionGroupRequest)
Adds a user account to a permission group to grant permissions for actions a user can perform in FinSpace.
|
static FinspaceDataClientBuilder |
builder()
Create a builder that can be used to configure and create a
FinspaceDataClient. |
static FinspaceDataClient |
create()
Create a
FinspaceDataClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
default CreateChangesetResponse |
createChangeset(Consumer<CreateChangesetRequest.Builder> createChangesetRequest)
Creates a new Changeset in a FinSpace Dataset.
|
default CreateChangesetResponse |
createChangeset(CreateChangesetRequest createChangesetRequest)
Creates a new Changeset in a FinSpace Dataset.
|
default CreateDatasetResponse |
createDataset(Consumer<CreateDatasetRequest.Builder> createDatasetRequest)
Creates a new FinSpace Dataset.
|
default CreateDatasetResponse |
createDataset(CreateDatasetRequest createDatasetRequest)
Creates a new FinSpace Dataset.
|
default CreateDataViewResponse |
createDataView(Consumer<CreateDataViewRequest.Builder> createDataViewRequest)
Creates a Dataview for a Dataset.
|
default CreateDataViewResponse |
createDataView(CreateDataViewRequest createDataViewRequest)
Creates a Dataview for a Dataset.
|
default CreatePermissionGroupResponse |
createPermissionGroup(Consumer<CreatePermissionGroupRequest.Builder> createPermissionGroupRequest)
Creates a group of permissions for various actions that a user can perform in FinSpace.
|
default CreatePermissionGroupResponse |
createPermissionGroup(CreatePermissionGroupRequest createPermissionGroupRequest)
Creates a group of permissions for various actions that a user can perform in FinSpace.
|
default CreateUserResponse |
createUser(Consumer<CreateUserRequest.Builder> createUserRequest)
Creates a new user in FinSpace.
|
default CreateUserResponse |
createUser(CreateUserRequest createUserRequest)
Creates a new user in FinSpace.
|
default DeleteDatasetResponse |
deleteDataset(Consumer<DeleteDatasetRequest.Builder> deleteDatasetRequest)
Deletes a FinSpace Dataset.
|
default DeleteDatasetResponse |
deleteDataset(DeleteDatasetRequest deleteDatasetRequest)
Deletes a FinSpace Dataset.
|
default DeletePermissionGroupResponse |
deletePermissionGroup(Consumer<DeletePermissionGroupRequest.Builder> deletePermissionGroupRequest)
Deletes a permission group.
|
default DeletePermissionGroupResponse |
deletePermissionGroup(DeletePermissionGroupRequest deletePermissionGroupRequest)
Deletes a permission group.
|
default DisableUserResponse |
disableUser(Consumer<DisableUserRequest.Builder> disableUserRequest)
Denies access to the FinSpace web application and API for the specified user.
|
default DisableUserResponse |
disableUser(DisableUserRequest disableUserRequest)
Denies access to the FinSpace web application and API for the specified user.
|
default DisassociateUserFromPermissionGroupResponse |
disassociateUserFromPermissionGroup(Consumer<DisassociateUserFromPermissionGroupRequest.Builder> disassociateUserFromPermissionGroupRequest)
Removes a user account from a permission group.
|
default DisassociateUserFromPermissionGroupResponse |
disassociateUserFromPermissionGroup(DisassociateUserFromPermissionGroupRequest disassociateUserFromPermissionGroupRequest)
Removes a user account from a permission group.
|
default EnableUserResponse |
enableUser(Consumer<EnableUserRequest.Builder> enableUserRequest)
Allows the specified user to access the FinSpace web application and API.
|
default EnableUserResponse |
enableUser(EnableUserRequest enableUserRequest)
Allows the specified user to access the FinSpace web application and API.
|
default GetChangesetResponse |
getChangeset(Consumer<GetChangesetRequest.Builder> getChangesetRequest)
Get information about a Changeset.
|
default GetChangesetResponse |
getChangeset(GetChangesetRequest getChangesetRequest)
Get information about a Changeset.
|
default GetDatasetResponse |
getDataset(Consumer<GetDatasetRequest.Builder> getDatasetRequest)
Returns information about a Dataset.
|
default GetDatasetResponse |
getDataset(GetDatasetRequest getDatasetRequest)
Returns information about a Dataset.
|
default GetDataViewResponse |
getDataView(Consumer<GetDataViewRequest.Builder> getDataViewRequest)
Gets information about a Dataview.
|
default GetDataViewResponse |
getDataView(GetDataViewRequest getDataViewRequest)
Gets information about a Dataview.
|
default GetExternalDataViewAccessDetailsResponse |
getExternalDataViewAccessDetails(Consumer<GetExternalDataViewAccessDetailsRequest.Builder> getExternalDataViewAccessDetailsRequest)
Returns the credentials to access the external Dataview from an S3 location.
|
default GetExternalDataViewAccessDetailsResponse |
getExternalDataViewAccessDetails(GetExternalDataViewAccessDetailsRequest getExternalDataViewAccessDetailsRequest)
Returns the credentials to access the external Dataview from an S3 location.
|
default GetPermissionGroupResponse |
getPermissionGroup(Consumer<GetPermissionGroupRequest.Builder> getPermissionGroupRequest)
Retrieves the details of a specific permission group.
|
default GetPermissionGroupResponse |
getPermissionGroup(GetPermissionGroupRequest getPermissionGroupRequest)
Retrieves the details of a specific permission group.
|
default GetProgrammaticAccessCredentialsResponse |
getProgrammaticAccessCredentials(Consumer<GetProgrammaticAccessCredentialsRequest.Builder> getProgrammaticAccessCredentialsRequest)
Request programmatic credentials to use with FinSpace SDK.
|
default GetProgrammaticAccessCredentialsResponse |
getProgrammaticAccessCredentials(GetProgrammaticAccessCredentialsRequest getProgrammaticAccessCredentialsRequest)
Request programmatic credentials to use with FinSpace SDK.
|
default GetUserResponse |
getUser(Consumer<GetUserRequest.Builder> getUserRequest)
Retrieves details for a specific user.
|
default GetUserResponse |
getUser(GetUserRequest getUserRequest)
Retrieves details for a specific user.
|
default GetWorkingLocationResponse |
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 GetWorkingLocationResponse |
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.
|
default ListChangesetsResponse |
listChangesets(Consumer<ListChangesetsRequest.Builder> listChangesetsRequest)
Lists the FinSpace Changesets for a Dataset.
|
default ListChangesetsResponse |
listChangesets(ListChangesetsRequest listChangesetsRequest)
Lists the FinSpace Changesets for a Dataset.
|
default ListChangesetsIterable |
listChangesetsPaginator(Consumer<ListChangesetsRequest.Builder> listChangesetsRequest)
Lists the FinSpace Changesets for a Dataset.
|
default ListChangesetsIterable |
listChangesetsPaginator(ListChangesetsRequest listChangesetsRequest)
Lists the FinSpace Changesets for a Dataset.
|
default ListDatasetsResponse |
listDatasets(Consumer<ListDatasetsRequest.Builder> listDatasetsRequest)
Lists all of the active Datasets that a user has access to.
|
default ListDatasetsResponse |
listDatasets(ListDatasetsRequest listDatasetsRequest)
Lists all of the active Datasets that a user has access to.
|
default ListDatasetsIterable |
listDatasetsPaginator(Consumer<ListDatasetsRequest.Builder> listDatasetsRequest)
Lists all of the active Datasets that a user has access to.
|
default ListDatasetsIterable |
listDatasetsPaginator(ListDatasetsRequest listDatasetsRequest)
Lists all of the active Datasets that a user has access to.
|
default ListDataViewsResponse |
listDataViews(Consumer<ListDataViewsRequest.Builder> listDataViewsRequest)
Lists all available Dataviews for a Dataset.
|
default ListDataViewsResponse |
listDataViews(ListDataViewsRequest listDataViewsRequest)
Lists all available Dataviews for a Dataset.
|
default ListDataViewsIterable |
listDataViewsPaginator(Consumer<ListDataViewsRequest.Builder> listDataViewsRequest)
Lists all available Dataviews for a Dataset.
|
default ListDataViewsIterable |
listDataViewsPaginator(ListDataViewsRequest listDataViewsRequest)
Lists all available Dataviews for a Dataset.
|
default ListPermissionGroupsResponse |
listPermissionGroups(Consumer<ListPermissionGroupsRequest.Builder> listPermissionGroupsRequest)
Lists all available permission groups in FinSpace.
|
default ListPermissionGroupsResponse |
listPermissionGroups(ListPermissionGroupsRequest listPermissionGroupsRequest)
Lists all available permission groups in FinSpace.
|
default ListPermissionGroupsByUserResponse |
listPermissionGroupsByUser(Consumer<ListPermissionGroupsByUserRequest.Builder> listPermissionGroupsByUserRequest)
Lists all the permission groups that are associated with a specific user account.
|
default ListPermissionGroupsByUserResponse |
listPermissionGroupsByUser(ListPermissionGroupsByUserRequest listPermissionGroupsByUserRequest)
Lists all the permission groups that are associated with a specific user account.
|
default ListPermissionGroupsIterable |
listPermissionGroupsPaginator(Consumer<ListPermissionGroupsRequest.Builder> listPermissionGroupsRequest)
Lists all available permission groups in FinSpace.
|
default ListPermissionGroupsIterable |
listPermissionGroupsPaginator(ListPermissionGroupsRequest listPermissionGroupsRequest)
Lists all available permission groups in FinSpace.
|
default ListUsersResponse |
listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)
Lists all available user accounts in FinSpace.
|
default ListUsersResponse |
listUsers(ListUsersRequest listUsersRequest)
Lists all available user accounts in FinSpace.
|
default ListUsersByPermissionGroupResponse |
listUsersByPermissionGroup(Consumer<ListUsersByPermissionGroupRequest.Builder> listUsersByPermissionGroupRequest)
Lists details of all the users in a specific permission group.
|
default ListUsersByPermissionGroupResponse |
listUsersByPermissionGroup(ListUsersByPermissionGroupRequest listUsersByPermissionGroupRequest)
Lists details of all the users in a specific permission group.
|
default ListUsersIterable |
listUsersPaginator(Consumer<ListUsersRequest.Builder> listUsersRequest)
Lists all available user accounts in FinSpace.
|
default ListUsersIterable |
listUsersPaginator(ListUsersRequest listUsersRequest)
Lists all available user accounts in FinSpace.
|
default ResetUserPasswordResponse |
resetUserPassword(Consumer<ResetUserPasswordRequest.Builder> resetUserPasswordRequest)
Resets the password for a specified user ID and generates a temporary one.
|
default ResetUserPasswordResponse |
resetUserPassword(ResetUserPasswordRequest resetUserPasswordRequest)
Resets the password for a specified user ID and generates a temporary one.
|
default FinspaceDataServiceClientConfiguration |
serviceClientConfiguration() |
static ServiceMetadata |
serviceMetadata() |
default UpdateChangesetResponse |
updateChangeset(Consumer<UpdateChangesetRequest.Builder> updateChangesetRequest)
Updates a FinSpace Changeset.
|
default UpdateChangesetResponse |
updateChangeset(UpdateChangesetRequest updateChangesetRequest)
Updates a FinSpace Changeset.
|
default UpdateDatasetResponse |
updateDataset(Consumer<UpdateDatasetRequest.Builder> updateDatasetRequest)
Updates a FinSpace Dataset.
|
default UpdateDatasetResponse |
updateDataset(UpdateDatasetRequest updateDatasetRequest)
Updates a FinSpace Dataset.
|
default UpdatePermissionGroupResponse |
updatePermissionGroup(Consumer<UpdatePermissionGroupRequest.Builder> updatePermissionGroupRequest)
Modifies the details of a permission group.
|
default UpdatePermissionGroupResponse |
updatePermissionGroup(UpdatePermissionGroupRequest updatePermissionGroupRequest)
Modifies the details of a permission group.
|
default UpdateUserResponse |
updateUser(Consumer<UpdateUserRequest.Builder> updateUserRequest)
Modifies the details of the specified user account.
|
default UpdateUserResponse |
updateUser(UpdateUserRequest updateUserRequest)
Modifies the details of the specified user account.
|
serviceNameclosestatic final String SERVICE_NAME
static final String SERVICE_METADATA_ID
ServiceMetadataProvider.default AssociateUserToPermissionGroupResponse associateUserToPermissionGroup(AssociateUserToPermissionGroupRequest associateUserToPermissionGroupRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ResourceNotFoundException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Adds a user account to a permission group to grant permissions for actions a user can perform in FinSpace.
associateUserToPermissionGroupRequest - InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ResourceNotFoundException - One or more resources can't be found.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociateUserToPermissionGroupResponse associateUserToPermissionGroup(Consumer<AssociateUserToPermissionGroupRequest.Builder> associateUserToPermissionGroupRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ResourceNotFoundException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Adds a user account to a permission group to grant permissions for actions a user can perform in FinSpace.
This is a convenience which creates an instance of the AssociateUserToPermissionGroupRequest.Builder
avoiding the need to create one manually via AssociateUserToPermissionGroupRequest.builder()
associateUserToPermissionGroupRequest - A Consumer that will call methods on AssociateUserToPermissionGroupRequest.Builder to
create a request.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ResourceNotFoundException - One or more resources can't be found.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateChangesetResponse createChangeset(CreateChangesetRequest createChangesetRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, LimitExceededException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Creates a new Changeset in a FinSpace Dataset.
createChangesetRequest - The request for a CreateChangeset operation.ResourceNotFoundException - One or more resources can't be found.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.LimitExceededException - A limit has exceeded.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateChangesetResponse createChangeset(Consumer<CreateChangesetRequest.Builder> createChangesetRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, LimitExceededException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Creates a new Changeset in a FinSpace Dataset.
This is a convenience which creates an instance of the CreateChangesetRequest.Builder avoiding the need
to create one manually via CreateChangesetRequest.builder()
createChangesetRequest - A Consumer that will call methods on CreateChangesetRequest.Builder to create a request.
The request for a CreateChangeset operation.ResourceNotFoundException - One or more resources can't be found.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.LimitExceededException - A limit has exceeded.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDataViewResponse createDataView(CreateDataViewRequest createDataViewRequest) throws InternalServerException, ThrottlingException, ValidationException, LimitExceededException, ConflictException, ResourceNotFoundException, AwsServiceException, SdkClientException, FinspaceDataException
Creates a Dataview for a Dataset.
createDataViewRequest - Request for creating a data view.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ThrottlingException - The request was denied due to request throttling.ValidationException - The input fails to satisfy the constraints specified by an AWS service.LimitExceededException - A limit has exceeded.ConflictException - The request conflicts with an existing resource.ResourceNotFoundException - One or more resources can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDataViewResponse createDataView(Consumer<CreateDataViewRequest.Builder> createDataViewRequest) throws InternalServerException, ThrottlingException, ValidationException, LimitExceededException, ConflictException, ResourceNotFoundException, AwsServiceException, SdkClientException, FinspaceDataException
Creates a Dataview for a Dataset.
This is a convenience which creates an instance of the CreateDataViewRequest.Builder avoiding the need to
create one manually via CreateDataViewRequest.builder()
createDataViewRequest - A Consumer that will call methods on CreateDataViewRequest.Builder to create a request.
Request for creating a data view.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ThrottlingException - The request was denied due to request throttling.ValidationException - The input fails to satisfy the constraints specified by an AWS service.LimitExceededException - A limit has exceeded.ConflictException - The request conflicts with an existing resource.ResourceNotFoundException - One or more resources can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDatasetResponse createDataset(CreateDatasetRequest createDatasetRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, LimitExceededException, ConflictException, ResourceNotFoundException, AwsServiceException, SdkClientException, FinspaceDataException
Creates a new FinSpace Dataset.
createDatasetRequest - The request for a CreateDataset operationInternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.LimitExceededException - A limit has exceeded.ConflictException - The request conflicts with an existing resource.ResourceNotFoundException - One or more resources can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDatasetResponse createDataset(Consumer<CreateDatasetRequest.Builder> createDatasetRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, LimitExceededException, ConflictException, ResourceNotFoundException, AwsServiceException, SdkClientException, FinspaceDataException
Creates a new FinSpace Dataset.
This is a convenience which creates an instance of the CreateDatasetRequest.Builder avoiding the need to
create one manually via CreateDatasetRequest.builder()
createDatasetRequest - A Consumer that will call methods on CreateDatasetRequest.Builder to create a request. The
request for a CreateDataset operationInternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.LimitExceededException - A limit has exceeded.ConflictException - The request conflicts with an existing resource.ResourceNotFoundException - One or more resources can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreatePermissionGroupResponse createPermissionGroup(CreatePermissionGroupRequest createPermissionGroupRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, LimitExceededException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Creates a group of permissions for various actions that a user can perform in FinSpace.
createPermissionGroupRequest - InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.LimitExceededException - A limit has exceeded.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreatePermissionGroupResponse createPermissionGroup(Consumer<CreatePermissionGroupRequest.Builder> createPermissionGroupRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, LimitExceededException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Creates a group of permissions for various actions that a user can perform in FinSpace.
This is a convenience which creates an instance of the CreatePermissionGroupRequest.Builder avoiding the
need to create one manually via CreatePermissionGroupRequest.builder()
createPermissionGroupRequest - A Consumer that will call methods on CreatePermissionGroupRequest.Builder to create a
request.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.LimitExceededException - A limit has exceeded.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateUserResponse createUser(CreateUserRequest createUserRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, LimitExceededException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Creates a new user in FinSpace.
createUserRequest - InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.LimitExceededException - A limit has exceeded.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateUserResponse createUser(Consumer<CreateUserRequest.Builder> createUserRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, LimitExceededException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Creates a new user in FinSpace.
This is a convenience which creates an instance of the CreateUserRequest.Builder avoiding the need to
create one manually via CreateUserRequest.builder()
createUserRequest - A Consumer that will call methods on CreateUserRequest.Builder to create a request.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.LimitExceededException - A limit has exceeded.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteDatasetResponse deleteDataset(DeleteDatasetRequest deleteDatasetRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ResourceNotFoundException, LimitExceededException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Deletes a FinSpace Dataset.
deleteDatasetRequest - The request for a DeleteDataset operation.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ResourceNotFoundException - One or more resources can't be found.LimitExceededException - A limit has exceeded.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteDatasetResponse deleteDataset(Consumer<DeleteDatasetRequest.Builder> deleteDatasetRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ResourceNotFoundException, LimitExceededException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Deletes a FinSpace Dataset.
This is a convenience which creates an instance of the DeleteDatasetRequest.Builder avoiding the need to
create one manually via DeleteDatasetRequest.builder()
deleteDatasetRequest - A Consumer that will call methods on DeleteDatasetRequest.Builder to create a request. The
request for a DeleteDataset operation.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ResourceNotFoundException - One or more resources can't be found.LimitExceededException - A limit has exceeded.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeletePermissionGroupResponse deletePermissionGroup(DeletePermissionGroupRequest deletePermissionGroupRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ResourceNotFoundException, LimitExceededException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Deletes a permission group. This action is irreversible.
deletePermissionGroupRequest - InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ResourceNotFoundException - One or more resources can't be found.LimitExceededException - A limit has exceeded.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeletePermissionGroupResponse deletePermissionGroup(Consumer<DeletePermissionGroupRequest.Builder> deletePermissionGroupRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ResourceNotFoundException, LimitExceededException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Deletes a permission group. This action is irreversible.
This is a convenience which creates an instance of the DeletePermissionGroupRequest.Builder avoiding the
need to create one manually via DeletePermissionGroupRequest.builder()
deletePermissionGroupRequest - A Consumer that will call methods on DeletePermissionGroupRequest.Builder to create a
request.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ResourceNotFoundException - One or more resources can't be found.LimitExceededException - A limit has exceeded.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisableUserResponse disableUser(DisableUserRequest disableUserRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ResourceNotFoundException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Denies access to the FinSpace web application and API for the specified user.
disableUserRequest - InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ResourceNotFoundException - One or more resources can't be found.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisableUserResponse disableUser(Consumer<DisableUserRequest.Builder> disableUserRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ResourceNotFoundException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Denies access to the FinSpace web application and API for the specified user.
This is a convenience which creates an instance of the DisableUserRequest.Builder avoiding the need to
create one manually via DisableUserRequest.builder()
disableUserRequest - A Consumer that will call methods on DisableUserRequest.Builder to create a request.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ResourceNotFoundException - One or more resources can't be found.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateUserFromPermissionGroupResponse disassociateUserFromPermissionGroup(DisassociateUserFromPermissionGroupRequest disassociateUserFromPermissionGroupRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ResourceNotFoundException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Removes a user account from a permission group.
disassociateUserFromPermissionGroupRequest - InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ResourceNotFoundException - One or more resources can't be found.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateUserFromPermissionGroupResponse disassociateUserFromPermissionGroup(Consumer<DisassociateUserFromPermissionGroupRequest.Builder> disassociateUserFromPermissionGroupRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ResourceNotFoundException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Removes a user account from a permission group.
This is a convenience which creates an instance of the DisassociateUserFromPermissionGroupRequest.Builder
avoiding the need to create one manually via DisassociateUserFromPermissionGroupRequest.builder()
disassociateUserFromPermissionGroupRequest - A Consumer that will call methods on DisassociateUserFromPermissionGroupRequest.Builder to
create a request.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ResourceNotFoundException - One or more resources can't be found.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault EnableUserResponse enableUser(EnableUserRequest enableUserRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ResourceNotFoundException, LimitExceededException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Allows the specified user to access the FinSpace web application and API.
enableUserRequest - InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ResourceNotFoundException - One or more resources can't be found.LimitExceededException - A limit has exceeded.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault EnableUserResponse enableUser(Consumer<EnableUserRequest.Builder> enableUserRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ResourceNotFoundException, LimitExceededException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Allows the specified user to access the FinSpace web application and API.
This is a convenience which creates an instance of the EnableUserRequest.Builder avoiding the need to
create one manually via EnableUserRequest.builder()
enableUserRequest - A Consumer that will call methods on EnableUserRequest.Builder to create a request.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ResourceNotFoundException - One or more resources can't be found.LimitExceededException - A limit has exceeded.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetChangesetResponse getChangeset(GetChangesetRequest getChangesetRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Get information about a Changeset.
getChangesetRequest - Request to describe a changeset.ResourceNotFoundException - One or more resources can't be found.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetChangesetResponse getChangeset(Consumer<GetChangesetRequest.Builder> getChangesetRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Get information about a Changeset.
This is a convenience which creates an instance of the GetChangesetRequest.Builder avoiding the need to
create one manually via GetChangesetRequest.builder()
getChangesetRequest - A Consumer that will call methods on GetChangesetRequest.Builder to create a request.
Request to describe a changeset.ResourceNotFoundException - One or more resources can't be found.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDataViewResponse getDataView(GetDataViewRequest getDataViewRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, ValidationException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Gets information about a Dataview.
getDataViewRequest - Request for retrieving a data view detail. Grouped / accessible within a dataset by its dataset id.ResourceNotFoundException - One or more resources can't be found.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ThrottlingException - The request was denied due to request throttling.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDataViewResponse getDataView(Consumer<GetDataViewRequest.Builder> getDataViewRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, ValidationException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Gets information about a Dataview.
This is a convenience which creates an instance of the GetDataViewRequest.Builder avoiding the need to
create one manually via GetDataViewRequest.builder()
getDataViewRequest - A Consumer that will call methods on GetDataViewRequest.Builder to create a request.
Request for retrieving a data view detail. Grouped / accessible within a dataset by its dataset id.ResourceNotFoundException - One or more resources can't be found.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ThrottlingException - The request was denied due to request throttling.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDatasetResponse getDataset(GetDatasetRequest getDatasetRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ResourceNotFoundException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Returns information about a Dataset.
getDatasetRequest - Request for the GetDataset operation.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ResourceNotFoundException - One or more resources can't be found.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDatasetResponse getDataset(Consumer<GetDatasetRequest.Builder> getDatasetRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ResourceNotFoundException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Returns information about a Dataset.
This is a convenience which creates an instance of the GetDatasetRequest.Builder avoiding the need to
create one manually via GetDatasetRequest.builder()
getDatasetRequest - A Consumer that will call methods on GetDatasetRequest.Builder to create a request.
Request for the GetDataset operation.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ResourceNotFoundException - One or more resources can't be found.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetExternalDataViewAccessDetailsResponse getExternalDataViewAccessDetails(GetExternalDataViewAccessDetailsRequest getExternalDataViewAccessDetailsRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, FinspaceDataException
Returns the credentials to access the external Dataview from an S3 location. To call this API:
You must retrieve the programmatic credentials.
You must be a member of a FinSpace user group, where the dataset that you want to access has
Read Dataset Data permissions.
getExternalDataViewAccessDetailsRequest - ResourceNotFoundException - One or more resources can't be found.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ThrottlingException - The request was denied due to request throttling.ValidationException - The input fails to satisfy the constraints specified by an AWS service.AccessDeniedException - You do not have sufficient access to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetExternalDataViewAccessDetailsResponse getExternalDataViewAccessDetails(Consumer<GetExternalDataViewAccessDetailsRequest.Builder> getExternalDataViewAccessDetailsRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, ValidationException, AccessDeniedException, AwsServiceException, SdkClientException, FinspaceDataException
Returns the credentials to access the external Dataview from an S3 location. To call this API:
You must retrieve the programmatic credentials.
You must be a member of a FinSpace user group, where the dataset that you want to access has
Read Dataset Data permissions.
This is a convenience which creates an instance of the GetExternalDataViewAccessDetailsRequest.Builder
avoiding the need to create one manually via GetExternalDataViewAccessDetailsRequest.builder()
getExternalDataViewAccessDetailsRequest - A Consumer that will call methods on GetExternalDataViewAccessDetailsRequest.Builder to
create a request.ResourceNotFoundException - One or more resources can't be found.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ThrottlingException - The request was denied due to request throttling.ValidationException - The input fails to satisfy the constraints specified by an AWS service.AccessDeniedException - You do not have sufficient access to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetPermissionGroupResponse getPermissionGroup(GetPermissionGroupRequest getPermissionGroupRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ResourceNotFoundException, AwsServiceException, SdkClientException, FinspaceDataException
Retrieves the details of a specific permission group.
getPermissionGroupRequest - InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ResourceNotFoundException - One or more resources can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetPermissionGroupResponse getPermissionGroup(Consumer<GetPermissionGroupRequest.Builder> getPermissionGroupRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ResourceNotFoundException, AwsServiceException, SdkClientException, FinspaceDataException
Retrieves the details of a specific permission group.
This is a convenience which creates an instance of the GetPermissionGroupRequest.Builder avoiding the
need to create one manually via GetPermissionGroupRequest.builder()
getPermissionGroupRequest - A Consumer that will call methods on GetPermissionGroupRequest.Builder to create a
request.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ResourceNotFoundException - One or more resources can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetProgrammaticAccessCredentialsResponse getProgrammaticAccessCredentials(GetProgrammaticAccessCredentialsRequest getProgrammaticAccessCredentialsRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, FinspaceDataException
Request programmatic credentials to use with FinSpace SDK.
getProgrammaticAccessCredentialsRequest - Request for GetProgrammaticAccessCredentials operationInternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetProgrammaticAccessCredentialsResponse getProgrammaticAccessCredentials(Consumer<GetProgrammaticAccessCredentialsRequest.Builder> getProgrammaticAccessCredentialsRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, FinspaceDataException
Request programmatic credentials to use with FinSpace SDK.
This is a convenience which creates an instance of the GetProgrammaticAccessCredentialsRequest.Builder
avoiding the need to create one manually via GetProgrammaticAccessCredentialsRequest.builder()
getProgrammaticAccessCredentialsRequest - A Consumer that will call methods on GetProgrammaticAccessCredentialsRequest.Builder to
create a request. Request for GetProgrammaticAccessCredentials operationInternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetUserResponse getUser(GetUserRequest getUserRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ResourceNotFoundException, AwsServiceException, SdkClientException, FinspaceDataException
Retrieves details for a specific user.
getUserRequest - InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ResourceNotFoundException - One or more resources can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetUserResponse getUser(Consumer<GetUserRequest.Builder> getUserRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ResourceNotFoundException, AwsServiceException, SdkClientException, FinspaceDataException
Retrieves details for a specific user.
This is a convenience which creates an instance of the GetUserRequest.Builder avoiding the need to create
one manually via GetUserRequest.builder()
getUserRequest - A Consumer that will call methods on GetUserRequest.Builder to create a request.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ResourceNotFoundException - One or more resources can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetWorkingLocationResponse getWorkingLocation(GetWorkingLocationRequest getWorkingLocationRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, FinspaceDataException
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.
getWorkingLocationRequest - InternalServerException - The request processing has failed because of an unknown error, exception or failure.AccessDeniedException - You do not have sufficient access to perform this action.ThrottlingException - The request was denied due to request throttling.ValidationException - The input fails to satisfy the constraints specified by an AWS service.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetWorkingLocationResponse getWorkingLocation(Consumer<GetWorkingLocationRequest.Builder> getWorkingLocationRequest) throws InternalServerException, AccessDeniedException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, FinspaceDataException
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.
This is a convenience which creates an instance of the GetWorkingLocationRequest.Builder avoiding the
need to create one manually via GetWorkingLocationRequest.builder()
getWorkingLocationRequest - A Consumer that will call methods on GetWorkingLocationRequest.Builder to create a
request.InternalServerException - The request processing has failed because of an unknown error, exception or failure.AccessDeniedException - You do not have sufficient access to perform this action.ThrottlingException - The request was denied due to request throttling.ValidationException - The input fails to satisfy the constraints specified by an AWS service.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListChangesetsResponse listChangesets(ListChangesetsRequest listChangesetsRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Lists the FinSpace Changesets for a Dataset.
listChangesetsRequest - Request to ListChangesetsRequest. It exposes minimal query filters.ResourceNotFoundException - One or more resources can't be found.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListChangesetsResponse listChangesets(Consumer<ListChangesetsRequest.Builder> listChangesetsRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Lists the FinSpace Changesets for a Dataset.
This is a convenience which creates an instance of the ListChangesetsRequest.Builder avoiding the need to
create one manually via ListChangesetsRequest.builder()
listChangesetsRequest - A Consumer that will call methods on ListChangesetsRequest.Builder to create a request.
Request to ListChangesetsRequest. It exposes minimal query filters.ResourceNotFoundException - One or more resources can't be found.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListChangesetsIterable listChangesetsPaginator(ListChangesetsRequest listChangesetsRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Lists the FinSpace Changesets for a Dataset.
This is a variant of
listChangesets(software.amazon.awssdk.services.finspacedata.model.ListChangesetsRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.finspacedata.paginators.ListChangesetsIterable responses = client.listChangesetsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.finspacedata.paginators.ListChangesetsIterable responses = client
.listChangesetsPaginator(request);
for (software.amazon.awssdk.services.finspacedata.model.ListChangesetsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.finspacedata.paginators.ListChangesetsIterable responses = client.listChangesetsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listChangesets(software.amazon.awssdk.services.finspacedata.model.ListChangesetsRequest) operation.
listChangesetsRequest - Request to ListChangesetsRequest. It exposes minimal query filters.ResourceNotFoundException - One or more resources can't be found.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListChangesetsIterable listChangesetsPaginator(Consumer<ListChangesetsRequest.Builder> listChangesetsRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Lists the FinSpace Changesets for a Dataset.
This is a variant of
listChangesets(software.amazon.awssdk.services.finspacedata.model.ListChangesetsRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.finspacedata.paginators.ListChangesetsIterable responses = client.listChangesetsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.finspacedata.paginators.ListChangesetsIterable responses = client
.listChangesetsPaginator(request);
for (software.amazon.awssdk.services.finspacedata.model.ListChangesetsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.finspacedata.paginators.ListChangesetsIterable responses = client.listChangesetsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listChangesets(software.amazon.awssdk.services.finspacedata.model.ListChangesetsRequest) operation.
This is a convenience which creates an instance of the ListChangesetsRequest.Builder avoiding the need to
create one manually via ListChangesetsRequest.builder()
listChangesetsRequest - A Consumer that will call methods on ListChangesetsRequest.Builder to create a request.
Request to ListChangesetsRequest. It exposes minimal query filters.ResourceNotFoundException - One or more resources can't be found.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDataViewsResponse listDataViews(ListDataViewsRequest listDataViewsRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, ValidationException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Lists all available Dataviews for a Dataset.
listDataViewsRequest - Request for a list data views.ResourceNotFoundException - One or more resources can't be found.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ThrottlingException - The request was denied due to request throttling.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDataViewsResponse listDataViews(Consumer<ListDataViewsRequest.Builder> listDataViewsRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, ValidationException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Lists all available Dataviews for a Dataset.
This is a convenience which creates an instance of the ListDataViewsRequest.Builder avoiding the need to
create one manually via ListDataViewsRequest.builder()
listDataViewsRequest - A Consumer that will call methods on ListDataViewsRequest.Builder to create a request.
Request for a list data views.ResourceNotFoundException - One or more resources can't be found.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ThrottlingException - The request was denied due to request throttling.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDataViewsIterable listDataViewsPaginator(ListDataViewsRequest listDataViewsRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, ValidationException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Lists all available Dataviews for a Dataset.
This is a variant of
listDataViews(software.amazon.awssdk.services.finspacedata.model.ListDataViewsRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.finspacedata.paginators.ListDataViewsIterable responses = client.listDataViewsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.finspacedata.paginators.ListDataViewsIterable responses = client
.listDataViewsPaginator(request);
for (software.amazon.awssdk.services.finspacedata.model.ListDataViewsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.finspacedata.paginators.ListDataViewsIterable responses = client.listDataViewsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDataViews(software.amazon.awssdk.services.finspacedata.model.ListDataViewsRequest) operation.
listDataViewsRequest - Request for a list data views.ResourceNotFoundException - One or more resources can't be found.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ThrottlingException - The request was denied due to request throttling.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDataViewsIterable listDataViewsPaginator(Consumer<ListDataViewsRequest.Builder> listDataViewsRequest) throws ResourceNotFoundException, InternalServerException, ThrottlingException, ValidationException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Lists all available Dataviews for a Dataset.
This is a variant of
listDataViews(software.amazon.awssdk.services.finspacedata.model.ListDataViewsRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.finspacedata.paginators.ListDataViewsIterable responses = client.listDataViewsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.finspacedata.paginators.ListDataViewsIterable responses = client
.listDataViewsPaginator(request);
for (software.amazon.awssdk.services.finspacedata.model.ListDataViewsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.finspacedata.paginators.ListDataViewsIterable responses = client.listDataViewsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDataViews(software.amazon.awssdk.services.finspacedata.model.ListDataViewsRequest) operation.
This is a convenience which creates an instance of the ListDataViewsRequest.Builder avoiding the need to
create one manually via ListDataViewsRequest.builder()
listDataViewsRequest - A Consumer that will call methods on ListDataViewsRequest.Builder to create a request.
Request for a list data views.ResourceNotFoundException - One or more resources can't be found.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ThrottlingException - The request was denied due to request throttling.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDatasetsResponse listDatasets(ListDatasetsRequest listDatasetsRequest) throws InternalServerException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AwsServiceException, SdkClientException, FinspaceDataException
Lists all of the active Datasets that a user has access to.
listDatasetsRequest - Request for the ListDatasets operation.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ThrottlingException - The request was denied due to request throttling.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ConflictException - The request conflicts with an existing resource.ResourceNotFoundException - One or more resources can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDatasetsResponse listDatasets(Consumer<ListDatasetsRequest.Builder> listDatasetsRequest) throws InternalServerException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AwsServiceException, SdkClientException, FinspaceDataException
Lists all of the active Datasets that a user has access to.
This is a convenience which creates an instance of the ListDatasetsRequest.Builder avoiding the need to
create one manually via ListDatasetsRequest.builder()
listDatasetsRequest - A Consumer that will call methods on ListDatasetsRequest.Builder to create a request.
Request for the ListDatasets operation.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ThrottlingException - The request was denied due to request throttling.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ConflictException - The request conflicts with an existing resource.ResourceNotFoundException - One or more resources can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDatasetsIterable listDatasetsPaginator(ListDatasetsRequest listDatasetsRequest) throws InternalServerException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AwsServiceException, SdkClientException, FinspaceDataException
Lists all of the active Datasets that a user has access to.
This is a variant of
listDatasets(software.amazon.awssdk.services.finspacedata.model.ListDatasetsRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.finspacedata.paginators.ListDatasetsIterable responses = client.listDatasetsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.finspacedata.paginators.ListDatasetsIterable responses = client
.listDatasetsPaginator(request);
for (software.amazon.awssdk.services.finspacedata.model.ListDatasetsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.finspacedata.paginators.ListDatasetsIterable responses = client.listDatasetsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDatasets(software.amazon.awssdk.services.finspacedata.model.ListDatasetsRequest) operation.
listDatasetsRequest - Request for the ListDatasets operation.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ThrottlingException - The request was denied due to request throttling.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ConflictException - The request conflicts with an existing resource.ResourceNotFoundException - One or more resources can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDatasetsIterable listDatasetsPaginator(Consumer<ListDatasetsRequest.Builder> listDatasetsRequest) throws InternalServerException, ThrottlingException, ValidationException, ConflictException, ResourceNotFoundException, AwsServiceException, SdkClientException, FinspaceDataException
Lists all of the active Datasets that a user has access to.
This is a variant of
listDatasets(software.amazon.awssdk.services.finspacedata.model.ListDatasetsRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.finspacedata.paginators.ListDatasetsIterable responses = client.listDatasetsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.finspacedata.paginators.ListDatasetsIterable responses = client
.listDatasetsPaginator(request);
for (software.amazon.awssdk.services.finspacedata.model.ListDatasetsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.finspacedata.paginators.ListDatasetsIterable responses = client.listDatasetsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDatasets(software.amazon.awssdk.services.finspacedata.model.ListDatasetsRequest) operation.
This is a convenience which creates an instance of the ListDatasetsRequest.Builder avoiding the need to
create one manually via ListDatasetsRequest.builder()
listDatasetsRequest - A Consumer that will call methods on ListDatasetsRequest.Builder to create a request.
Request for the ListDatasets operation.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ThrottlingException - The request was denied due to request throttling.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ConflictException - The request conflicts with an existing resource.ResourceNotFoundException - One or more resources can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListPermissionGroupsResponse listPermissionGroups(ListPermissionGroupsRequest listPermissionGroupsRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, FinspaceDataException
Lists all available permission groups in FinSpace.
listPermissionGroupsRequest - InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListPermissionGroupsResponse listPermissionGroups(Consumer<ListPermissionGroupsRequest.Builder> listPermissionGroupsRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, FinspaceDataException
Lists all available permission groups in FinSpace.
This is a convenience which creates an instance of the ListPermissionGroupsRequest.Builder avoiding the
need to create one manually via ListPermissionGroupsRequest.builder()
listPermissionGroupsRequest - A Consumer that will call methods on ListPermissionGroupsRequest.Builder to create a
request.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListPermissionGroupsIterable listPermissionGroupsPaginator(ListPermissionGroupsRequest listPermissionGroupsRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, FinspaceDataException
Lists all available permission groups in FinSpace.
This is a variant of
listPermissionGroups(software.amazon.awssdk.services.finspacedata.model.ListPermissionGroupsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.finspacedata.paginators.ListPermissionGroupsIterable responses = client.listPermissionGroupsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.finspacedata.paginators.ListPermissionGroupsIterable responses = client
.listPermissionGroupsPaginator(request);
for (software.amazon.awssdk.services.finspacedata.model.ListPermissionGroupsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.finspacedata.paginators.ListPermissionGroupsIterable responses = client.listPermissionGroupsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listPermissionGroups(software.amazon.awssdk.services.finspacedata.model.ListPermissionGroupsRequest)
operation.
listPermissionGroupsRequest - InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListPermissionGroupsIterable listPermissionGroupsPaginator(Consumer<ListPermissionGroupsRequest.Builder> listPermissionGroupsRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, FinspaceDataException
Lists all available permission groups in FinSpace.
This is a variant of
listPermissionGroups(software.amazon.awssdk.services.finspacedata.model.ListPermissionGroupsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.finspacedata.paginators.ListPermissionGroupsIterable responses = client.listPermissionGroupsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.finspacedata.paginators.ListPermissionGroupsIterable responses = client
.listPermissionGroupsPaginator(request);
for (software.amazon.awssdk.services.finspacedata.model.ListPermissionGroupsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.finspacedata.paginators.ListPermissionGroupsIterable responses = client.listPermissionGroupsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listPermissionGroups(software.amazon.awssdk.services.finspacedata.model.ListPermissionGroupsRequest)
operation.
This is a convenience which creates an instance of the ListPermissionGroupsRequest.Builder avoiding the
need to create one manually via ListPermissionGroupsRequest.builder()
listPermissionGroupsRequest - A Consumer that will call methods on ListPermissionGroupsRequest.Builder to create a
request.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListPermissionGroupsByUserResponse listPermissionGroupsByUser(ListPermissionGroupsByUserRequest listPermissionGroupsByUserRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ResourceNotFoundException, AwsServiceException, SdkClientException, FinspaceDataException
Lists all the permission groups that are associated with a specific user account.
listPermissionGroupsByUserRequest - InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ResourceNotFoundException - One or more resources can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListPermissionGroupsByUserResponse listPermissionGroupsByUser(Consumer<ListPermissionGroupsByUserRequest.Builder> listPermissionGroupsByUserRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ResourceNotFoundException, AwsServiceException, SdkClientException, FinspaceDataException
Lists all the permission groups that are associated with a specific user account.
This is a convenience which creates an instance of the ListPermissionGroupsByUserRequest.Builder avoiding
the need to create one manually via ListPermissionGroupsByUserRequest.builder()
listPermissionGroupsByUserRequest - A Consumer that will call methods on ListPermissionGroupsByUserRequest.Builder to create a
request.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ResourceNotFoundException - One or more resources can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListUsersResponse listUsers(ListUsersRequest listUsersRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, FinspaceDataException
Lists all available user accounts in FinSpace.
listUsersRequest - InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListUsersResponse listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, FinspaceDataException
Lists all available user accounts in FinSpace.
This is a convenience which creates an instance of the ListUsersRequest.Builder avoiding the need to
create one manually via ListUsersRequest.builder()
listUsersRequest - A Consumer that will call methods on ListUsersRequest.Builder to create a request.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListUsersIterable listUsersPaginator(ListUsersRequest listUsersRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, FinspaceDataException
Lists all available user accounts in FinSpace.
This is a variant of listUsers(software.amazon.awssdk.services.finspacedata.model.ListUsersRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.finspacedata.paginators.ListUsersIterable responses = client.listUsersPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.finspacedata.paginators.ListUsersIterable responses = client.listUsersPaginator(request);
for (software.amazon.awssdk.services.finspacedata.model.ListUsersResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.finspacedata.paginators.ListUsersIterable responses = client.listUsersPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listUsers(software.amazon.awssdk.services.finspacedata.model.ListUsersRequest) operation.
listUsersRequest - InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListUsersIterable listUsersPaginator(Consumer<ListUsersRequest.Builder> listUsersRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, FinspaceDataException
Lists all available user accounts in FinSpace.
This is a variant of listUsers(software.amazon.awssdk.services.finspacedata.model.ListUsersRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.finspacedata.paginators.ListUsersIterable responses = client.listUsersPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.finspacedata.paginators.ListUsersIterable responses = client.listUsersPaginator(request);
for (software.amazon.awssdk.services.finspacedata.model.ListUsersResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.finspacedata.paginators.ListUsersIterable responses = client.listUsersPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listUsers(software.amazon.awssdk.services.finspacedata.model.ListUsersRequest) operation.
This is a convenience which creates an instance of the ListUsersRequest.Builder avoiding the need to
create one manually via ListUsersRequest.builder()
listUsersRequest - A Consumer that will call methods on ListUsersRequest.Builder to create a request.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListUsersByPermissionGroupResponse listUsersByPermissionGroup(ListUsersByPermissionGroupRequest listUsersByPermissionGroupRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ResourceNotFoundException, AwsServiceException, SdkClientException, FinspaceDataException
Lists details of all the users in a specific permission group.
listUsersByPermissionGroupRequest - InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ResourceNotFoundException - One or more resources can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListUsersByPermissionGroupResponse listUsersByPermissionGroup(Consumer<ListUsersByPermissionGroupRequest.Builder> listUsersByPermissionGroupRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ResourceNotFoundException, AwsServiceException, SdkClientException, FinspaceDataException
Lists details of all the users in a specific permission group.
This is a convenience which creates an instance of the ListUsersByPermissionGroupRequest.Builder avoiding
the need to create one manually via ListUsersByPermissionGroupRequest.builder()
listUsersByPermissionGroupRequest - A Consumer that will call methods on ListUsersByPermissionGroupRequest.Builder to create a
request.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ResourceNotFoundException - One or more resources can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ResetUserPasswordResponse resetUserPassword(ResetUserPasswordRequest resetUserPasswordRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ResourceNotFoundException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Resets the password for a specified user ID and generates a temporary one. Only a superuser can reset password for other users. Resetting the password immediately invalidates the previous password associated with the user.
resetUserPasswordRequest - InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ResourceNotFoundException - One or more resources can't be found.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ResetUserPasswordResponse resetUserPassword(Consumer<ResetUserPasswordRequest.Builder> resetUserPasswordRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ResourceNotFoundException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Resets the password for a specified user ID and generates a temporary one. Only a superuser can reset password for other users. Resetting the password immediately invalidates the previous password associated with the user.
This is a convenience which creates an instance of the ResetUserPasswordRequest.Builder avoiding the need
to create one manually via ResetUserPasswordRequest.builder()
resetUserPasswordRequest - A Consumer that will call methods on ResetUserPasswordRequest.Builder to create a request.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ResourceNotFoundException - One or more resources can't be found.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateChangesetResponse updateChangeset(UpdateChangesetRequest updateChangesetRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Updates a FinSpace Changeset.
updateChangesetRequest - Request to update an existing changeset.ResourceNotFoundException - One or more resources can't be found.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateChangesetResponse updateChangeset(Consumer<UpdateChangesetRequest.Builder> updateChangesetRequest) throws ResourceNotFoundException, InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Updates a FinSpace Changeset.
This is a convenience which creates an instance of the UpdateChangesetRequest.Builder avoiding the need
to create one manually via UpdateChangesetRequest.builder()
updateChangesetRequest - A Consumer that will call methods on UpdateChangesetRequest.Builder to create a request.
Request to update an existing changeset.ResourceNotFoundException - One or more resources can't be found.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateDatasetResponse updateDataset(UpdateDatasetRequest updateDatasetRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ConflictException, ResourceNotFoundException, AwsServiceException, SdkClientException, FinspaceDataException
Updates a FinSpace Dataset.
updateDatasetRequest - The request for an UpdateDataset operationInternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ConflictException - The request conflicts with an existing resource.ResourceNotFoundException - One or more resources can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateDatasetResponse updateDataset(Consumer<UpdateDatasetRequest.Builder> updateDatasetRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ConflictException, ResourceNotFoundException, AwsServiceException, SdkClientException, FinspaceDataException
Updates a FinSpace Dataset.
This is a convenience which creates an instance of the UpdateDatasetRequest.Builder avoiding the need to
create one manually via UpdateDatasetRequest.builder()
updateDatasetRequest - A Consumer that will call methods on UpdateDatasetRequest.Builder to create a request. The
request for an UpdateDataset operationInternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ConflictException - The request conflicts with an existing resource.ResourceNotFoundException - One or more resources can't be found.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdatePermissionGroupResponse updatePermissionGroup(UpdatePermissionGroupRequest updatePermissionGroupRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ResourceNotFoundException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Modifies the details of a permission group. You cannot modify a permissionGroupID.
updatePermissionGroupRequest - InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ResourceNotFoundException - One or more resources can't be found.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdatePermissionGroupResponse updatePermissionGroup(Consumer<UpdatePermissionGroupRequest.Builder> updatePermissionGroupRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ResourceNotFoundException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Modifies the details of a permission group. You cannot modify a permissionGroupID.
This is a convenience which creates an instance of the UpdatePermissionGroupRequest.Builder avoiding the
need to create one manually via UpdatePermissionGroupRequest.builder()
updatePermissionGroupRequest - A Consumer that will call methods on UpdatePermissionGroupRequest.Builder to create a
request.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ResourceNotFoundException - One or more resources can't be found.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateUserResponse updateUser(UpdateUserRequest updateUserRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ResourceNotFoundException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Modifies the details of the specified user account. You cannot update the userId for a user.
updateUserRequest - InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ResourceNotFoundException - One or more resources can't be found.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateUserResponse updateUser(Consumer<UpdateUserRequest.Builder> updateUserRequest) throws InternalServerException, ValidationException, ThrottlingException, AccessDeniedException, ResourceNotFoundException, ConflictException, AwsServiceException, SdkClientException, FinspaceDataException
Modifies the details of the specified user account. You cannot update the userId for a user.
This is a convenience which creates an instance of the UpdateUserRequest.Builder avoiding the need to
create one manually via UpdateUserRequest.builder()
updateUserRequest - A Consumer that will call methods on UpdateUserRequest.Builder to create a request.InternalServerException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.ThrottlingException - The request was denied due to request throttling.AccessDeniedException - You do not have sufficient access to perform this action.ResourceNotFoundException - One or more resources can't be found.ConflictException - The request conflicts with an existing resource.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.FinspaceDataException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionstatic FinspaceDataClient create()
FinspaceDataClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static FinspaceDataClientBuilder builder()
FinspaceDataClient.static ServiceMetadata serviceMetadata()
default FinspaceDataServiceClientConfiguration serviceClientConfiguration()
serviceClientConfiguration in interface AwsClientserviceClientConfiguration in interface SdkClientCopyright © 2023. All rights reserved.