@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSfinspaceAsyncClient extends AWSfinspaceClient implements AWSfinspaceAsync
AsyncHandler
can be used to receive notification when
an asynchronous operation completes.
The FinSpace management service provides the APIs for managing FinSpace environments.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
builder, createEnvironment, createKxChangeset, createKxCluster, createKxDatabase, createKxDataview, createKxEnvironment, createKxScalingGroup, createKxUser, createKxVolume, deleteEnvironment, deleteKxCluster, deleteKxClusterNode, deleteKxDatabase, deleteKxDataview, deleteKxEnvironment, deleteKxScalingGroup, deleteKxUser, deleteKxVolume, getCachedResponseMetadata, getEnvironment, getKxChangeset, getKxCluster, getKxConnectionString, getKxDatabase, getKxDataview, getKxEnvironment, getKxScalingGroup, getKxUser, getKxVolume, listEnvironments, listKxChangesets, listKxClusterNodes, listKxClusters, listKxDatabases, listKxDataviews, listKxEnvironments, listKxScalingGroups, listKxUsers, listKxVolumes, listTagsForResource, tagResource, untagResource, updateEnvironment, updateKxClusterCodeConfiguration, updateKxClusterDatabases, updateKxDatabase, updateKxDataview, updateKxEnvironment, updateKxEnvironmentNetwork, updateKxUser, updateKxVolume
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createEnvironment, createKxChangeset, createKxCluster, createKxDatabase, createKxDataview, createKxEnvironment, createKxScalingGroup, createKxUser, createKxVolume, deleteEnvironment, deleteKxCluster, deleteKxClusterNode, deleteKxDatabase, deleteKxDataview, deleteKxEnvironment, deleteKxScalingGroup, deleteKxUser, deleteKxVolume, getCachedResponseMetadata, getEnvironment, getKxChangeset, getKxCluster, getKxConnectionString, getKxDatabase, getKxDataview, getKxEnvironment, getKxScalingGroup, getKxUser, getKxVolume, listEnvironments, listKxChangesets, listKxClusterNodes, listKxClusters, listKxDatabases, listKxDataviews, listKxEnvironments, listKxScalingGroups, listKxUsers, listKxVolumes, listTagsForResource, tagResource, untagResource, updateEnvironment, updateKxClusterCodeConfiguration, updateKxClusterDatabases, updateKxDatabase, updateKxDataview, updateKxEnvironment, updateKxEnvironmentNetwork, updateKxUser, updateKxVolume
public static AWSfinspaceAsyncClientBuilder asyncBuilder()
public ExecutorService getExecutorService()
@Deprecated public Future<CreateEnvironmentResult> createEnvironmentAsync(CreateEnvironmentRequest request)
AWSfinspaceAsync
Create a new FinSpace environment.
createEnvironmentAsync
in interface AWSfinspaceAsync
@Deprecated public Future<CreateEnvironmentResult> createEnvironmentAsync(CreateEnvironmentRequest request, AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)
AWSfinspaceAsync
Create a new FinSpace environment.
createEnvironmentAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateKxChangesetResult> createKxChangesetAsync(CreateKxChangesetRequest request)
AWSfinspaceAsync
Creates a changeset for a kdb database. A changeset allows you to add and delete existing files by using an ordered list of change requests.
createKxChangesetAsync
in interface AWSfinspaceAsync
public Future<CreateKxChangesetResult> createKxChangesetAsync(CreateKxChangesetRequest request, AsyncHandler<CreateKxChangesetRequest,CreateKxChangesetResult> asyncHandler)
AWSfinspaceAsync
Creates a changeset for a kdb database. A changeset allows you to add and delete existing files by using an ordered list of change requests.
createKxChangesetAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateKxClusterResult> createKxClusterAsync(CreateKxClusterRequest request)
AWSfinspaceAsync
Creates a new kdb cluster.
createKxClusterAsync
in interface AWSfinspaceAsync
public Future<CreateKxClusterResult> createKxClusterAsync(CreateKxClusterRequest request, AsyncHandler<CreateKxClusterRequest,CreateKxClusterResult> asyncHandler)
AWSfinspaceAsync
Creates a new kdb cluster.
createKxClusterAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateKxDatabaseResult> createKxDatabaseAsync(CreateKxDatabaseRequest request)
AWSfinspaceAsync
Creates a new kdb database in the environment.
createKxDatabaseAsync
in interface AWSfinspaceAsync
public Future<CreateKxDatabaseResult> createKxDatabaseAsync(CreateKxDatabaseRequest request, AsyncHandler<CreateKxDatabaseRequest,CreateKxDatabaseResult> asyncHandler)
AWSfinspaceAsync
Creates a new kdb database in the environment.
createKxDatabaseAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateKxDataviewResult> createKxDataviewAsync(CreateKxDataviewRequest request)
AWSfinspaceAsync
Creates a snapshot of kdb database with tiered storage capabilities and a pre-warmed cache, ready for mounting on kdb clusters. Dataviews are only available for clusters running on a scaling group. They are not supported on dedicated clusters.
createKxDataviewAsync
in interface AWSfinspaceAsync
public Future<CreateKxDataviewResult> createKxDataviewAsync(CreateKxDataviewRequest request, AsyncHandler<CreateKxDataviewRequest,CreateKxDataviewResult> asyncHandler)
AWSfinspaceAsync
Creates a snapshot of kdb database with tiered storage capabilities and a pre-warmed cache, ready for mounting on kdb clusters. Dataviews are only available for clusters running on a scaling group. They are not supported on dedicated clusters.
createKxDataviewAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateKxEnvironmentResult> createKxEnvironmentAsync(CreateKxEnvironmentRequest request)
AWSfinspaceAsync
Creates a managed kdb environment for the account.
createKxEnvironmentAsync
in interface AWSfinspaceAsync
public Future<CreateKxEnvironmentResult> createKxEnvironmentAsync(CreateKxEnvironmentRequest request, AsyncHandler<CreateKxEnvironmentRequest,CreateKxEnvironmentResult> asyncHandler)
AWSfinspaceAsync
Creates a managed kdb environment for the account.
createKxEnvironmentAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateKxScalingGroupResult> createKxScalingGroupAsync(CreateKxScalingGroupRequest request)
AWSfinspaceAsync
Creates a new scaling group.
createKxScalingGroupAsync
in interface AWSfinspaceAsync
public Future<CreateKxScalingGroupResult> createKxScalingGroupAsync(CreateKxScalingGroupRequest request, AsyncHandler<CreateKxScalingGroupRequest,CreateKxScalingGroupResult> asyncHandler)
AWSfinspaceAsync
Creates a new scaling group.
createKxScalingGroupAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateKxUserResult> createKxUserAsync(CreateKxUserRequest request)
AWSfinspaceAsync
Creates a user in FinSpace kdb environment with an associated IAM role.
createKxUserAsync
in interface AWSfinspaceAsync
public Future<CreateKxUserResult> createKxUserAsync(CreateKxUserRequest request, AsyncHandler<CreateKxUserRequest,CreateKxUserResult> asyncHandler)
AWSfinspaceAsync
Creates a user in FinSpace kdb environment with an associated IAM role.
createKxUserAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateKxVolumeResult> createKxVolumeAsync(CreateKxVolumeRequest request)
AWSfinspaceAsync
Creates a new volume with a specific amount of throughput and storage capacity.
createKxVolumeAsync
in interface AWSfinspaceAsync
public Future<CreateKxVolumeResult> createKxVolumeAsync(CreateKxVolumeRequest request, AsyncHandler<CreateKxVolumeRequest,CreateKxVolumeResult> asyncHandler)
AWSfinspaceAsync
Creates a new volume with a specific amount of throughput and storage capacity.
createKxVolumeAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.@Deprecated public Future<DeleteEnvironmentResult> deleteEnvironmentAsync(DeleteEnvironmentRequest request)
AWSfinspaceAsync
Delete an FinSpace environment.
deleteEnvironmentAsync
in interface AWSfinspaceAsync
@Deprecated public Future<DeleteEnvironmentResult> deleteEnvironmentAsync(DeleteEnvironmentRequest request, AsyncHandler<DeleteEnvironmentRequest,DeleteEnvironmentResult> asyncHandler)
AWSfinspaceAsync
Delete an FinSpace environment.
deleteEnvironmentAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteKxClusterResult> deleteKxClusterAsync(DeleteKxClusterRequest request)
AWSfinspaceAsync
Deletes a kdb cluster.
deleteKxClusterAsync
in interface AWSfinspaceAsync
public Future<DeleteKxClusterResult> deleteKxClusterAsync(DeleteKxClusterRequest request, AsyncHandler<DeleteKxClusterRequest,DeleteKxClusterResult> asyncHandler)
AWSfinspaceAsync
Deletes a kdb cluster.
deleteKxClusterAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteKxClusterNodeResult> deleteKxClusterNodeAsync(DeleteKxClusterNodeRequest request)
AWSfinspaceAsync
Deletes the specified nodes from a cluster.
deleteKxClusterNodeAsync
in interface AWSfinspaceAsync
public Future<DeleteKxClusterNodeResult> deleteKxClusterNodeAsync(DeleteKxClusterNodeRequest request, AsyncHandler<DeleteKxClusterNodeRequest,DeleteKxClusterNodeResult> asyncHandler)
AWSfinspaceAsync
Deletes the specified nodes from a cluster.
deleteKxClusterNodeAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteKxDatabaseResult> deleteKxDatabaseAsync(DeleteKxDatabaseRequest request)
AWSfinspaceAsync
Deletes the specified database and all of its associated data. This action is irreversible. You must copy any data out of the database before deleting it if the data is to be retained.
deleteKxDatabaseAsync
in interface AWSfinspaceAsync
public Future<DeleteKxDatabaseResult> deleteKxDatabaseAsync(DeleteKxDatabaseRequest request, AsyncHandler<DeleteKxDatabaseRequest,DeleteKxDatabaseResult> asyncHandler)
AWSfinspaceAsync
Deletes the specified database and all of its associated data. This action is irreversible. You must copy any data out of the database before deleting it if the data is to be retained.
deleteKxDatabaseAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteKxDataviewResult> deleteKxDataviewAsync(DeleteKxDataviewRequest request)
AWSfinspaceAsync
Deletes the specified dataview. Before deleting a dataview, make sure that it is not in use by any cluster.
deleteKxDataviewAsync
in interface AWSfinspaceAsync
public Future<DeleteKxDataviewResult> deleteKxDataviewAsync(DeleteKxDataviewRequest request, AsyncHandler<DeleteKxDataviewRequest,DeleteKxDataviewResult> asyncHandler)
AWSfinspaceAsync
Deletes the specified dataview. Before deleting a dataview, make sure that it is not in use by any cluster.
deleteKxDataviewAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteKxEnvironmentResult> deleteKxEnvironmentAsync(DeleteKxEnvironmentRequest request)
AWSfinspaceAsync
Deletes the kdb environment. This action is irreversible. Deleting a kdb environment will remove all the associated data and any services running in it.
deleteKxEnvironmentAsync
in interface AWSfinspaceAsync
public Future<DeleteKxEnvironmentResult> deleteKxEnvironmentAsync(DeleteKxEnvironmentRequest request, AsyncHandler<DeleteKxEnvironmentRequest,DeleteKxEnvironmentResult> asyncHandler)
AWSfinspaceAsync
Deletes the kdb environment. This action is irreversible. Deleting a kdb environment will remove all the associated data and any services running in it.
deleteKxEnvironmentAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteKxScalingGroupResult> deleteKxScalingGroupAsync(DeleteKxScalingGroupRequest request)
AWSfinspaceAsync
Deletes the specified scaling group. This action is irreversible. You cannot delete a scaling group until all the clusters running on it have been deleted.
deleteKxScalingGroupAsync
in interface AWSfinspaceAsync
public Future<DeleteKxScalingGroupResult> deleteKxScalingGroupAsync(DeleteKxScalingGroupRequest request, AsyncHandler<DeleteKxScalingGroupRequest,DeleteKxScalingGroupResult> asyncHandler)
AWSfinspaceAsync
Deletes the specified scaling group. This action is irreversible. You cannot delete a scaling group until all the clusters running on it have been deleted.
deleteKxScalingGroupAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteKxUserResult> deleteKxUserAsync(DeleteKxUserRequest request)
AWSfinspaceAsync
Deletes a user in the specified kdb environment.
deleteKxUserAsync
in interface AWSfinspaceAsync
public Future<DeleteKxUserResult> deleteKxUserAsync(DeleteKxUserRequest request, AsyncHandler<DeleteKxUserRequest,DeleteKxUserResult> asyncHandler)
AWSfinspaceAsync
Deletes a user in the specified kdb environment.
deleteKxUserAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteKxVolumeResult> deleteKxVolumeAsync(DeleteKxVolumeRequest request)
AWSfinspaceAsync
Deletes a volume. You can only delete a volume if it's not attached to a cluster or a dataview. When a volume is deleted, any data on the volume is lost. This action is irreversible.
deleteKxVolumeAsync
in interface AWSfinspaceAsync
public Future<DeleteKxVolumeResult> deleteKxVolumeAsync(DeleteKxVolumeRequest request, AsyncHandler<DeleteKxVolumeRequest,DeleteKxVolumeResult> asyncHandler)
AWSfinspaceAsync
Deletes a volume. You can only delete a volume if it's not attached to a cluster or a dataview. When a volume is deleted, any data on the volume is lost. This action is irreversible.
deleteKxVolumeAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.@Deprecated public Future<GetEnvironmentResult> getEnvironmentAsync(GetEnvironmentRequest request)
AWSfinspaceAsync
Returns the FinSpace environment object.
getEnvironmentAsync
in interface AWSfinspaceAsync
@Deprecated public Future<GetEnvironmentResult> getEnvironmentAsync(GetEnvironmentRequest request, AsyncHandler<GetEnvironmentRequest,GetEnvironmentResult> asyncHandler)
AWSfinspaceAsync
Returns the FinSpace environment object.
getEnvironmentAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetKxChangesetResult> getKxChangesetAsync(GetKxChangesetRequest request)
AWSfinspaceAsync
Returns information about a kdb changeset.
getKxChangesetAsync
in interface AWSfinspaceAsync
public Future<GetKxChangesetResult> getKxChangesetAsync(GetKxChangesetRequest request, AsyncHandler<GetKxChangesetRequest,GetKxChangesetResult> asyncHandler)
AWSfinspaceAsync
Returns information about a kdb changeset.
getKxChangesetAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetKxClusterResult> getKxClusterAsync(GetKxClusterRequest request)
AWSfinspaceAsync
Retrieves information about a kdb cluster.
getKxClusterAsync
in interface AWSfinspaceAsync
public Future<GetKxClusterResult> getKxClusterAsync(GetKxClusterRequest request, AsyncHandler<GetKxClusterRequest,GetKxClusterResult> asyncHandler)
AWSfinspaceAsync
Retrieves information about a kdb cluster.
getKxClusterAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetKxConnectionStringResult> getKxConnectionStringAsync(GetKxConnectionStringRequest request)
AWSfinspaceAsync
Retrieves a connection string for a user to connect to a kdb cluster. You must call this API using the same role that you have defined while creating a user.
getKxConnectionStringAsync
in interface AWSfinspaceAsync
public Future<GetKxConnectionStringResult> getKxConnectionStringAsync(GetKxConnectionStringRequest request, AsyncHandler<GetKxConnectionStringRequest,GetKxConnectionStringResult> asyncHandler)
AWSfinspaceAsync
Retrieves a connection string for a user to connect to a kdb cluster. You must call this API using the same role that you have defined while creating a user.
getKxConnectionStringAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetKxDatabaseResult> getKxDatabaseAsync(GetKxDatabaseRequest request)
AWSfinspaceAsync
Returns database information for the specified environment ID.
getKxDatabaseAsync
in interface AWSfinspaceAsync
public Future<GetKxDatabaseResult> getKxDatabaseAsync(GetKxDatabaseRequest request, AsyncHandler<GetKxDatabaseRequest,GetKxDatabaseResult> asyncHandler)
AWSfinspaceAsync
Returns database information for the specified environment ID.
getKxDatabaseAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetKxDataviewResult> getKxDataviewAsync(GetKxDataviewRequest request)
AWSfinspaceAsync
Retrieves details of the dataview.
getKxDataviewAsync
in interface AWSfinspaceAsync
public Future<GetKxDataviewResult> getKxDataviewAsync(GetKxDataviewRequest request, AsyncHandler<GetKxDataviewRequest,GetKxDataviewResult> asyncHandler)
AWSfinspaceAsync
Retrieves details of the dataview.
getKxDataviewAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetKxEnvironmentResult> getKxEnvironmentAsync(GetKxEnvironmentRequest request)
AWSfinspaceAsync
Retrieves all the information for the specified kdb environment.
getKxEnvironmentAsync
in interface AWSfinspaceAsync
public Future<GetKxEnvironmentResult> getKxEnvironmentAsync(GetKxEnvironmentRequest request, AsyncHandler<GetKxEnvironmentRequest,GetKxEnvironmentResult> asyncHandler)
AWSfinspaceAsync
Retrieves all the information for the specified kdb environment.
getKxEnvironmentAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetKxScalingGroupResult> getKxScalingGroupAsync(GetKxScalingGroupRequest request)
AWSfinspaceAsync
Retrieves details of a scaling group.
getKxScalingGroupAsync
in interface AWSfinspaceAsync
public Future<GetKxScalingGroupResult> getKxScalingGroupAsync(GetKxScalingGroupRequest request, AsyncHandler<GetKxScalingGroupRequest,GetKxScalingGroupResult> asyncHandler)
AWSfinspaceAsync
Retrieves details of a scaling group.
getKxScalingGroupAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetKxUserResult> getKxUserAsync(GetKxUserRequest request)
AWSfinspaceAsync
Retrieves information about the specified kdb user.
getKxUserAsync
in interface AWSfinspaceAsync
public Future<GetKxUserResult> getKxUserAsync(GetKxUserRequest request, AsyncHandler<GetKxUserRequest,GetKxUserResult> asyncHandler)
AWSfinspaceAsync
Retrieves information about the specified kdb user.
getKxUserAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetKxVolumeResult> getKxVolumeAsync(GetKxVolumeRequest request)
AWSfinspaceAsync
Retrieves the information about the volume.
getKxVolumeAsync
in interface AWSfinspaceAsync
public Future<GetKxVolumeResult> getKxVolumeAsync(GetKxVolumeRequest request, AsyncHandler<GetKxVolumeRequest,GetKxVolumeResult> asyncHandler)
AWSfinspaceAsync
Retrieves the information about the volume.
getKxVolumeAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.@Deprecated public Future<ListEnvironmentsResult> listEnvironmentsAsync(ListEnvironmentsRequest request)
AWSfinspaceAsync
A list of all of your FinSpace environments.
listEnvironmentsAsync
in interface AWSfinspaceAsync
@Deprecated public Future<ListEnvironmentsResult> listEnvironmentsAsync(ListEnvironmentsRequest request, AsyncHandler<ListEnvironmentsRequest,ListEnvironmentsResult> asyncHandler)
AWSfinspaceAsync
A list of all of your FinSpace environments.
listEnvironmentsAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListKxChangesetsResult> listKxChangesetsAsync(ListKxChangesetsRequest request)
AWSfinspaceAsync
Returns a list of all the changesets for a database.
listKxChangesetsAsync
in interface AWSfinspaceAsync
public Future<ListKxChangesetsResult> listKxChangesetsAsync(ListKxChangesetsRequest request, AsyncHandler<ListKxChangesetsRequest,ListKxChangesetsResult> asyncHandler)
AWSfinspaceAsync
Returns a list of all the changesets for a database.
listKxChangesetsAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListKxClusterNodesResult> listKxClusterNodesAsync(ListKxClusterNodesRequest request)
AWSfinspaceAsync
Lists all the nodes in a kdb cluster.
listKxClusterNodesAsync
in interface AWSfinspaceAsync
public Future<ListKxClusterNodesResult> listKxClusterNodesAsync(ListKxClusterNodesRequest request, AsyncHandler<ListKxClusterNodesRequest,ListKxClusterNodesResult> asyncHandler)
AWSfinspaceAsync
Lists all the nodes in a kdb cluster.
listKxClusterNodesAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListKxClustersResult> listKxClustersAsync(ListKxClustersRequest request)
AWSfinspaceAsync
Returns a list of clusters.
listKxClustersAsync
in interface AWSfinspaceAsync
public Future<ListKxClustersResult> listKxClustersAsync(ListKxClustersRequest request, AsyncHandler<ListKxClustersRequest,ListKxClustersResult> asyncHandler)
AWSfinspaceAsync
Returns a list of clusters.
listKxClustersAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListKxDatabasesResult> listKxDatabasesAsync(ListKxDatabasesRequest request)
AWSfinspaceAsync
Returns a list of all the databases in the kdb environment.
listKxDatabasesAsync
in interface AWSfinspaceAsync
public Future<ListKxDatabasesResult> listKxDatabasesAsync(ListKxDatabasesRequest request, AsyncHandler<ListKxDatabasesRequest,ListKxDatabasesResult> asyncHandler)
AWSfinspaceAsync
Returns a list of all the databases in the kdb environment.
listKxDatabasesAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListKxDataviewsResult> listKxDataviewsAsync(ListKxDataviewsRequest request)
AWSfinspaceAsync
Returns a list of all the dataviews in the database.
listKxDataviewsAsync
in interface AWSfinspaceAsync
public Future<ListKxDataviewsResult> listKxDataviewsAsync(ListKxDataviewsRequest request, AsyncHandler<ListKxDataviewsRequest,ListKxDataviewsResult> asyncHandler)
AWSfinspaceAsync
Returns a list of all the dataviews in the database.
listKxDataviewsAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListKxEnvironmentsResult> listKxEnvironmentsAsync(ListKxEnvironmentsRequest request)
AWSfinspaceAsync
Returns a list of kdb environments created in an account.
listKxEnvironmentsAsync
in interface AWSfinspaceAsync
public Future<ListKxEnvironmentsResult> listKxEnvironmentsAsync(ListKxEnvironmentsRequest request, AsyncHandler<ListKxEnvironmentsRequest,ListKxEnvironmentsResult> asyncHandler)
AWSfinspaceAsync
Returns a list of kdb environments created in an account.
listKxEnvironmentsAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListKxScalingGroupsResult> listKxScalingGroupsAsync(ListKxScalingGroupsRequest request)
AWSfinspaceAsync
Returns a list of scaling groups in a kdb environment.
listKxScalingGroupsAsync
in interface AWSfinspaceAsync
public Future<ListKxScalingGroupsResult> listKxScalingGroupsAsync(ListKxScalingGroupsRequest request, AsyncHandler<ListKxScalingGroupsRequest,ListKxScalingGroupsResult> asyncHandler)
AWSfinspaceAsync
Returns a list of scaling groups in a kdb environment.
listKxScalingGroupsAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListKxUsersResult> listKxUsersAsync(ListKxUsersRequest request)
AWSfinspaceAsync
Lists all the users in a kdb environment.
listKxUsersAsync
in interface AWSfinspaceAsync
public Future<ListKxUsersResult> listKxUsersAsync(ListKxUsersRequest request, AsyncHandler<ListKxUsersRequest,ListKxUsersResult> asyncHandler)
AWSfinspaceAsync
Lists all the users in a kdb environment.
listKxUsersAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListKxVolumesResult> listKxVolumesAsync(ListKxVolumesRequest request)
AWSfinspaceAsync
Lists all the volumes in a kdb environment.
listKxVolumesAsync
in interface AWSfinspaceAsync
public Future<ListKxVolumesResult> listKxVolumesAsync(ListKxVolumesRequest request, AsyncHandler<ListKxVolumesRequest,ListKxVolumesResult> asyncHandler)
AWSfinspaceAsync
Lists all the volumes in a kdb environment.
listKxVolumesAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AWSfinspaceAsync
A list of all tags for a resource.
listTagsForResourceAsync
in interface AWSfinspaceAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSfinspaceAsync
A list of all tags for a resource.
listTagsForResourceAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AWSfinspaceAsync
Adds metadata tags to a FinSpace resource.
tagResourceAsync
in interface AWSfinspaceAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSfinspaceAsync
Adds metadata tags to a FinSpace resource.
tagResourceAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AWSfinspaceAsync
Removes metadata tags from a FinSpace resource.
untagResourceAsync
in interface AWSfinspaceAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSfinspaceAsync
Removes metadata tags from a FinSpace resource.
untagResourceAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.@Deprecated public Future<UpdateEnvironmentResult> updateEnvironmentAsync(UpdateEnvironmentRequest request)
AWSfinspaceAsync
Update your FinSpace environment.
updateEnvironmentAsync
in interface AWSfinspaceAsync
@Deprecated public Future<UpdateEnvironmentResult> updateEnvironmentAsync(UpdateEnvironmentRequest request, AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler)
AWSfinspaceAsync
Update your FinSpace environment.
updateEnvironmentAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateKxClusterCodeConfigurationResult> updateKxClusterCodeConfigurationAsync(UpdateKxClusterCodeConfigurationRequest request)
AWSfinspaceAsync
Allows you to update code configuration on a running cluster. By using this API you can update the code, the initialization script path, and the command line arguments for a specific cluster. The configuration that you want to update will override any existing configurations on the cluster.
updateKxClusterCodeConfigurationAsync
in interface AWSfinspaceAsync
public Future<UpdateKxClusterCodeConfigurationResult> updateKxClusterCodeConfigurationAsync(UpdateKxClusterCodeConfigurationRequest request, AsyncHandler<UpdateKxClusterCodeConfigurationRequest,UpdateKxClusterCodeConfigurationResult> asyncHandler)
AWSfinspaceAsync
Allows you to update code configuration on a running cluster. By using this API you can update the code, the initialization script path, and the command line arguments for a specific cluster. The configuration that you want to update will override any existing configurations on the cluster.
updateKxClusterCodeConfigurationAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateKxClusterDatabasesResult> updateKxClusterDatabasesAsync(UpdateKxClusterDatabasesRequest request)
AWSfinspaceAsync
Updates the databases mounted on a kdb cluster, which includes the changesetId
and all the dbPaths
to be cached. This API does not allow you to change a database name or add a database if you created a cluster
without one.
Using this API you can point a cluster to a different changeset and modify a list of partitions being cached.
updateKxClusterDatabasesAsync
in interface AWSfinspaceAsync
public Future<UpdateKxClusterDatabasesResult> updateKxClusterDatabasesAsync(UpdateKxClusterDatabasesRequest request, AsyncHandler<UpdateKxClusterDatabasesRequest,UpdateKxClusterDatabasesResult> asyncHandler)
AWSfinspaceAsync
Updates the databases mounted on a kdb cluster, which includes the changesetId
and all the dbPaths
to be cached. This API does not allow you to change a database name or add a database if you created a cluster
without one.
Using this API you can point a cluster to a different changeset and modify a list of partitions being cached.
updateKxClusterDatabasesAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateKxDatabaseResult> updateKxDatabaseAsync(UpdateKxDatabaseRequest request)
AWSfinspaceAsync
Updates information for the given kdb database.
updateKxDatabaseAsync
in interface AWSfinspaceAsync
public Future<UpdateKxDatabaseResult> updateKxDatabaseAsync(UpdateKxDatabaseRequest request, AsyncHandler<UpdateKxDatabaseRequest,UpdateKxDatabaseResult> asyncHandler)
AWSfinspaceAsync
Updates information for the given kdb database.
updateKxDatabaseAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateKxDataviewResult> updateKxDataviewAsync(UpdateKxDataviewRequest request)
AWSfinspaceAsync
Updates the specified dataview. The dataviews get automatically updated when any new changesets are ingested. Each update of the dataview creates a new version, including changeset details and cache configurations
updateKxDataviewAsync
in interface AWSfinspaceAsync
public Future<UpdateKxDataviewResult> updateKxDataviewAsync(UpdateKxDataviewRequest request, AsyncHandler<UpdateKxDataviewRequest,UpdateKxDataviewResult> asyncHandler)
AWSfinspaceAsync
Updates the specified dataview. The dataviews get automatically updated when any new changesets are ingested. Each update of the dataview creates a new version, including changeset details and cache configurations
updateKxDataviewAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateKxEnvironmentResult> updateKxEnvironmentAsync(UpdateKxEnvironmentRequest request)
AWSfinspaceAsync
Updates information for the given kdb environment.
updateKxEnvironmentAsync
in interface AWSfinspaceAsync
public Future<UpdateKxEnvironmentResult> updateKxEnvironmentAsync(UpdateKxEnvironmentRequest request, AsyncHandler<UpdateKxEnvironmentRequest,UpdateKxEnvironmentResult> asyncHandler)
AWSfinspaceAsync
Updates information for the given kdb environment.
updateKxEnvironmentAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateKxEnvironmentNetworkResult> updateKxEnvironmentNetworkAsync(UpdateKxEnvironmentNetworkRequest request)
AWSfinspaceAsync
Updates environment network to connect to your internal network by using a transit gateway. This API supports request to create a transit gateway attachment from FinSpace VPC to your transit gateway ID and create a custom Route-53 outbound resolvers.
Once you send a request to update a network, you cannot change it again. Network update might require termination of any clusters that are running in the existing network.
updateKxEnvironmentNetworkAsync
in interface AWSfinspaceAsync
public Future<UpdateKxEnvironmentNetworkResult> updateKxEnvironmentNetworkAsync(UpdateKxEnvironmentNetworkRequest request, AsyncHandler<UpdateKxEnvironmentNetworkRequest,UpdateKxEnvironmentNetworkResult> asyncHandler)
AWSfinspaceAsync
Updates environment network to connect to your internal network by using a transit gateway. This API supports request to create a transit gateway attachment from FinSpace VPC to your transit gateway ID and create a custom Route-53 outbound resolvers.
Once you send a request to update a network, you cannot change it again. Network update might require termination of any clusters that are running in the existing network.
updateKxEnvironmentNetworkAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateKxUserResult> updateKxUserAsync(UpdateKxUserRequest request)
AWSfinspaceAsync
Updates the user details. You can only update the IAM role associated with a user.
updateKxUserAsync
in interface AWSfinspaceAsync
public Future<UpdateKxUserResult> updateKxUserAsync(UpdateKxUserRequest request, AsyncHandler<UpdateKxUserRequest,UpdateKxUserResult> asyncHandler)
AWSfinspaceAsync
Updates the user details. You can only update the IAM role associated with a user.
updateKxUserAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateKxVolumeResult> updateKxVolumeAsync(UpdateKxVolumeRequest request)
AWSfinspaceAsync
Updates the throughput or capacity of a volume. During the update process, the filesystem might be unavailable for a few minutes. You can retry any operations after the update is complete.
updateKxVolumeAsync
in interface AWSfinspaceAsync
public Future<UpdateKxVolumeResult> updateKxVolumeAsync(UpdateKxVolumeRequest request, AsyncHandler<UpdateKxVolumeRequest,UpdateKxVolumeResult> asyncHandler)
AWSfinspaceAsync
Updates the throughput or capacity of a volume. During the update process, the filesystem might be unavailable for a few minutes. You can retry any operations after the update is complete.
updateKxVolumeAsync
in interface AWSfinspaceAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public void shutdown()
getExecutorService().shutdown()
followed by getExecutorService().awaitTermination()
prior to
calling this method.shutdown
in interface AWSfinspace
shutdown
in class AWSfinspaceClient