@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSfinspaceAsync extends AbstractAWSfinspace implements AWSfinspaceAsync
AWSfinspaceAsync. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler, which throws an
UnsupportedOperationException.ENDPOINT_PREFIXcreateEnvironment, createKxChangeset, createKxCluster, createKxDatabase, createKxEnvironment, createKxUser, deleteEnvironment, deleteKxCluster, deleteKxDatabase, deleteKxEnvironment, deleteKxUser, getCachedResponseMetadata, getEnvironment, getKxChangeset, getKxCluster, getKxConnectionString, getKxDatabase, getKxEnvironment, getKxUser, listEnvironments, listKxChangesets, listKxClusterNodes, listKxClusters, listKxDatabases, listKxEnvironments, listKxUsers, listTagsForResource, shutdown, tagResource, untagResource, updateEnvironment, updateKxClusterCodeConfiguration, updateKxClusterDatabases, updateKxDatabase, updateKxEnvironment, updateKxEnvironmentNetwork, updateKxUserequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateEnvironment, createKxChangeset, createKxCluster, createKxDatabase, createKxEnvironment, createKxUser, deleteEnvironment, deleteKxCluster, deleteKxDatabase, deleteKxEnvironment, deleteKxUser, getCachedResponseMetadata, getEnvironment, getKxChangeset, getKxCluster, getKxConnectionString, getKxDatabase, getKxEnvironment, getKxUser, listEnvironments, listKxChangesets, listKxClusterNodes, listKxClusters, listKxDatabases, listKxEnvironments, listKxUsers, listTagsForResource, shutdown, tagResource, untagResource, updateEnvironment, updateKxClusterCodeConfiguration, updateKxClusterDatabases, updateKxDatabase, updateKxEnvironment, updateKxEnvironmentNetwork, updateKxUser@Deprecated public Future<CreateEnvironmentResult> createEnvironmentAsync(CreateEnvironmentRequest request)
AWSfinspaceAsyncCreate a new FinSpace environment.
createEnvironmentAsync in interface AWSfinspaceAsync@Deprecated public Future<CreateEnvironmentResult> createEnvironmentAsync(CreateEnvironmentRequest request, AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)
AWSfinspaceAsyncCreate a new FinSpace environment.
createEnvironmentAsync in interface AWSfinspaceAsyncasyncHandler - 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)
AWSfinspaceAsyncCreates 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 AWSfinspaceAsyncpublic Future<CreateKxChangesetResult> createKxChangesetAsync(CreateKxChangesetRequest request, AsyncHandler<CreateKxChangesetRequest,CreateKxChangesetResult> asyncHandler)
AWSfinspaceAsyncCreates 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 AWSfinspaceAsyncasyncHandler - 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)
AWSfinspaceAsyncCreates a new kdb cluster.
createKxClusterAsync in interface AWSfinspaceAsyncpublic Future<CreateKxClusterResult> createKxClusterAsync(CreateKxClusterRequest request, AsyncHandler<CreateKxClusterRequest,CreateKxClusterResult> asyncHandler)
AWSfinspaceAsyncCreates a new kdb cluster.
createKxClusterAsync in interface AWSfinspaceAsyncasyncHandler - 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)
AWSfinspaceAsyncCreates a new kdb database in the environment.
createKxDatabaseAsync in interface AWSfinspaceAsyncpublic Future<CreateKxDatabaseResult> createKxDatabaseAsync(CreateKxDatabaseRequest request, AsyncHandler<CreateKxDatabaseRequest,CreateKxDatabaseResult> asyncHandler)
AWSfinspaceAsyncCreates a new kdb database in the environment.
createKxDatabaseAsync in interface AWSfinspaceAsyncasyncHandler - 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)
AWSfinspaceAsyncCreates a managed kdb environment for the account.
createKxEnvironmentAsync in interface AWSfinspaceAsyncpublic Future<CreateKxEnvironmentResult> createKxEnvironmentAsync(CreateKxEnvironmentRequest request, AsyncHandler<CreateKxEnvironmentRequest,CreateKxEnvironmentResult> asyncHandler)
AWSfinspaceAsyncCreates a managed kdb environment for the account.
createKxEnvironmentAsync in interface AWSfinspaceAsyncasyncHandler - 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)
AWSfinspaceAsyncCreates a user in FinSpace kdb environment with an associated IAM role.
createKxUserAsync in interface AWSfinspaceAsyncpublic Future<CreateKxUserResult> createKxUserAsync(CreateKxUserRequest request, AsyncHandler<CreateKxUserRequest,CreateKxUserResult> asyncHandler)
AWSfinspaceAsyncCreates a user in FinSpace kdb environment with an associated IAM role.
createKxUserAsync in interface AWSfinspaceAsyncasyncHandler - 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)
AWSfinspaceAsyncDelete an FinSpace environment.
deleteEnvironmentAsync in interface AWSfinspaceAsync@Deprecated public Future<DeleteEnvironmentResult> deleteEnvironmentAsync(DeleteEnvironmentRequest request, AsyncHandler<DeleteEnvironmentRequest,DeleteEnvironmentResult> asyncHandler)
AWSfinspaceAsyncDelete an FinSpace environment.
deleteEnvironmentAsync in interface AWSfinspaceAsyncasyncHandler - 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)
AWSfinspaceAsyncDeletes a kdb cluster.
deleteKxClusterAsync in interface AWSfinspaceAsyncpublic Future<DeleteKxClusterResult> deleteKxClusterAsync(DeleteKxClusterRequest request, AsyncHandler<DeleteKxClusterRequest,DeleteKxClusterResult> asyncHandler)
AWSfinspaceAsyncDeletes a kdb cluster.
deleteKxClusterAsync in interface AWSfinspaceAsyncasyncHandler - 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)
AWSfinspaceAsyncDeletes 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 AWSfinspaceAsyncpublic Future<DeleteKxDatabaseResult> deleteKxDatabaseAsync(DeleteKxDatabaseRequest request, AsyncHandler<DeleteKxDatabaseRequest,DeleteKxDatabaseResult> asyncHandler)
AWSfinspaceAsyncDeletes 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 AWSfinspaceAsyncasyncHandler - 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)
AWSfinspaceAsyncDeletes 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 AWSfinspaceAsyncpublic Future<DeleteKxEnvironmentResult> deleteKxEnvironmentAsync(DeleteKxEnvironmentRequest request, AsyncHandler<DeleteKxEnvironmentRequest,DeleteKxEnvironmentResult> asyncHandler)
AWSfinspaceAsyncDeletes 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 AWSfinspaceAsyncasyncHandler - 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)
AWSfinspaceAsyncDeletes a user in the specified kdb environment.
deleteKxUserAsync in interface AWSfinspaceAsyncpublic Future<DeleteKxUserResult> deleteKxUserAsync(DeleteKxUserRequest request, AsyncHandler<DeleteKxUserRequest,DeleteKxUserResult> asyncHandler)
AWSfinspaceAsyncDeletes a user in the specified kdb environment.
deleteKxUserAsync in interface AWSfinspaceAsyncasyncHandler - 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)
AWSfinspaceAsyncReturns the FinSpace environment object.
getEnvironmentAsync in interface AWSfinspaceAsync@Deprecated public Future<GetEnvironmentResult> getEnvironmentAsync(GetEnvironmentRequest request, AsyncHandler<GetEnvironmentRequest,GetEnvironmentResult> asyncHandler)
AWSfinspaceAsyncReturns the FinSpace environment object.
getEnvironmentAsync in interface AWSfinspaceAsyncasyncHandler - 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)
AWSfinspaceAsyncReturns information about a kdb changeset.
getKxChangesetAsync in interface AWSfinspaceAsyncpublic Future<GetKxChangesetResult> getKxChangesetAsync(GetKxChangesetRequest request, AsyncHandler<GetKxChangesetRequest,GetKxChangesetResult> asyncHandler)
AWSfinspaceAsyncReturns information about a kdb changeset.
getKxChangesetAsync in interface AWSfinspaceAsyncasyncHandler - 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)
AWSfinspaceAsyncRetrieves information about a kdb cluster.
getKxClusterAsync in interface AWSfinspaceAsyncpublic Future<GetKxClusterResult> getKxClusterAsync(GetKxClusterRequest request, AsyncHandler<GetKxClusterRequest,GetKxClusterResult> asyncHandler)
AWSfinspaceAsyncRetrieves information about a kdb cluster.
getKxClusterAsync in interface AWSfinspaceAsyncasyncHandler - 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)
AWSfinspaceAsyncRetrieves 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 AWSfinspaceAsyncpublic Future<GetKxConnectionStringResult> getKxConnectionStringAsync(GetKxConnectionStringRequest request, AsyncHandler<GetKxConnectionStringRequest,GetKxConnectionStringResult> asyncHandler)
AWSfinspaceAsyncRetrieves 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 AWSfinspaceAsyncasyncHandler - 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)
AWSfinspaceAsyncReturns database information for the specified environment ID.
getKxDatabaseAsync in interface AWSfinspaceAsyncpublic Future<GetKxDatabaseResult> getKxDatabaseAsync(GetKxDatabaseRequest request, AsyncHandler<GetKxDatabaseRequest,GetKxDatabaseResult> asyncHandler)
AWSfinspaceAsyncReturns database information for the specified environment ID.
getKxDatabaseAsync in interface AWSfinspaceAsyncasyncHandler - 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)
AWSfinspaceAsyncRetrieves all the information for the specified kdb environment.
getKxEnvironmentAsync in interface AWSfinspaceAsyncpublic Future<GetKxEnvironmentResult> getKxEnvironmentAsync(GetKxEnvironmentRequest request, AsyncHandler<GetKxEnvironmentRequest,GetKxEnvironmentResult> asyncHandler)
AWSfinspaceAsyncRetrieves all the information for the specified kdb environment.
getKxEnvironmentAsync in interface AWSfinspaceAsyncasyncHandler - 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)
AWSfinspaceAsyncRetrieves information about the specified kdb user.
getKxUserAsync in interface AWSfinspaceAsyncpublic Future<GetKxUserResult> getKxUserAsync(GetKxUserRequest request, AsyncHandler<GetKxUserRequest,GetKxUserResult> asyncHandler)
AWSfinspaceAsyncRetrieves information about the specified kdb user.
getKxUserAsync in interface AWSfinspaceAsyncasyncHandler - 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)
AWSfinspaceAsyncA list of all of your FinSpace environments.
listEnvironmentsAsync in interface AWSfinspaceAsync@Deprecated public Future<ListEnvironmentsResult> listEnvironmentsAsync(ListEnvironmentsRequest request, AsyncHandler<ListEnvironmentsRequest,ListEnvironmentsResult> asyncHandler)
AWSfinspaceAsyncA list of all of your FinSpace environments.
listEnvironmentsAsync in interface AWSfinspaceAsyncasyncHandler - 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)
AWSfinspaceAsyncReturns a list of all the changesets for a database.
listKxChangesetsAsync in interface AWSfinspaceAsyncpublic Future<ListKxChangesetsResult> listKxChangesetsAsync(ListKxChangesetsRequest request, AsyncHandler<ListKxChangesetsRequest,ListKxChangesetsResult> asyncHandler)
AWSfinspaceAsyncReturns a list of all the changesets for a database.
listKxChangesetsAsync in interface AWSfinspaceAsyncasyncHandler - 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)
AWSfinspaceAsyncLists all the nodes in a kdb cluster.
listKxClusterNodesAsync in interface AWSfinspaceAsyncpublic Future<ListKxClusterNodesResult> listKxClusterNodesAsync(ListKxClusterNodesRequest request, AsyncHandler<ListKxClusterNodesRequest,ListKxClusterNodesResult> asyncHandler)
AWSfinspaceAsyncLists all the nodes in a kdb cluster.
listKxClusterNodesAsync in interface AWSfinspaceAsyncasyncHandler - 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)
AWSfinspaceAsyncReturns a list of clusters.
listKxClustersAsync in interface AWSfinspaceAsyncpublic Future<ListKxClustersResult> listKxClustersAsync(ListKxClustersRequest request, AsyncHandler<ListKxClustersRequest,ListKxClustersResult> asyncHandler)
AWSfinspaceAsyncReturns a list of clusters.
listKxClustersAsync in interface AWSfinspaceAsyncasyncHandler - 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)
AWSfinspaceAsyncReturns a list of all the databases in the kdb environment.
listKxDatabasesAsync in interface AWSfinspaceAsyncpublic Future<ListKxDatabasesResult> listKxDatabasesAsync(ListKxDatabasesRequest request, AsyncHandler<ListKxDatabasesRequest,ListKxDatabasesResult> asyncHandler)
AWSfinspaceAsyncReturns a list of all the databases in the kdb environment.
listKxDatabasesAsync in interface AWSfinspaceAsyncasyncHandler - 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)
AWSfinspaceAsyncReturns a list of kdb environments created in an account.
listKxEnvironmentsAsync in interface AWSfinspaceAsyncpublic Future<ListKxEnvironmentsResult> listKxEnvironmentsAsync(ListKxEnvironmentsRequest request, AsyncHandler<ListKxEnvironmentsRequest,ListKxEnvironmentsResult> asyncHandler)
AWSfinspaceAsyncReturns a list of kdb environments created in an account.
listKxEnvironmentsAsync in interface AWSfinspaceAsyncasyncHandler - 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)
AWSfinspaceAsyncLists all the users in a kdb environment.
listKxUsersAsync in interface AWSfinspaceAsyncpublic Future<ListKxUsersResult> listKxUsersAsync(ListKxUsersRequest request, AsyncHandler<ListKxUsersRequest,ListKxUsersResult> asyncHandler)
AWSfinspaceAsyncLists all the users in a kdb environment.
listKxUsersAsync in interface AWSfinspaceAsyncasyncHandler - 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)
AWSfinspaceAsyncA list of all tags for a resource.
listTagsForResourceAsync in interface AWSfinspaceAsyncpublic Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSfinspaceAsyncA list of all tags for a resource.
listTagsForResourceAsync in interface AWSfinspaceAsyncasyncHandler - 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)
AWSfinspaceAsyncAdds metadata tags to a FinSpace resource.
tagResourceAsync in interface AWSfinspaceAsyncpublic Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSfinspaceAsyncAdds metadata tags to a FinSpace resource.
tagResourceAsync in interface AWSfinspaceAsyncasyncHandler - 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)
AWSfinspaceAsyncRemoves metadata tags from a FinSpace resource.
untagResourceAsync in interface AWSfinspaceAsyncpublic Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSfinspaceAsyncRemoves metadata tags from a FinSpace resource.
untagResourceAsync in interface AWSfinspaceAsyncasyncHandler - 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)
AWSfinspaceAsyncUpdate your FinSpace environment.
updateEnvironmentAsync in interface AWSfinspaceAsync@Deprecated public Future<UpdateEnvironmentResult> updateEnvironmentAsync(UpdateEnvironmentRequest request, AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler)
AWSfinspaceAsyncUpdate your FinSpace environment.
updateEnvironmentAsync in interface AWSfinspaceAsyncasyncHandler - 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)
AWSfinspaceAsyncAllows 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 AWSfinspaceAsyncpublic Future<UpdateKxClusterCodeConfigurationResult> updateKxClusterCodeConfigurationAsync(UpdateKxClusterCodeConfigurationRequest request, AsyncHandler<UpdateKxClusterCodeConfigurationRequest,UpdateKxClusterCodeConfigurationResult> asyncHandler)
AWSfinspaceAsyncAllows 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 AWSfinspaceAsyncasyncHandler - 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 AWSfinspaceAsyncpublic 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 AWSfinspaceAsyncasyncHandler - 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)
AWSfinspaceAsyncUpdates information for the given kdb database.
updateKxDatabaseAsync in interface AWSfinspaceAsyncpublic Future<UpdateKxDatabaseResult> updateKxDatabaseAsync(UpdateKxDatabaseRequest request, AsyncHandler<UpdateKxDatabaseRequest,UpdateKxDatabaseResult> asyncHandler)
AWSfinspaceAsyncUpdates information for the given kdb database.
updateKxDatabaseAsync in interface AWSfinspaceAsyncasyncHandler - 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)
AWSfinspaceAsyncUpdates information for the given kdb environment.
updateKxEnvironmentAsync in interface AWSfinspaceAsyncpublic Future<UpdateKxEnvironmentResult> updateKxEnvironmentAsync(UpdateKxEnvironmentRequest request, AsyncHandler<UpdateKxEnvironmentRequest,UpdateKxEnvironmentResult> asyncHandler)
AWSfinspaceAsyncUpdates information for the given kdb environment.
updateKxEnvironmentAsync in interface AWSfinspaceAsyncasyncHandler - 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)
AWSfinspaceAsyncUpdates 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 AWSfinspaceAsyncpublic Future<UpdateKxEnvironmentNetworkResult> updateKxEnvironmentNetworkAsync(UpdateKxEnvironmentNetworkRequest request, AsyncHandler<UpdateKxEnvironmentNetworkRequest,UpdateKxEnvironmentNetworkResult> asyncHandler)
AWSfinspaceAsyncUpdates 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 AWSfinspaceAsyncasyncHandler - 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)
AWSfinspaceAsyncUpdates the user details. You can only update the IAM role associated with a user.
updateKxUserAsync in interface AWSfinspaceAsyncpublic Future<UpdateKxUserResult> updateKxUserAsync(UpdateKxUserRequest request, AsyncHandler<UpdateKxUserRequest,UpdateKxUserResult> asyncHandler)
AWSfinspaceAsyncUpdates the user details. You can only update the IAM role associated with a user.
updateKxUserAsync in interface AWSfinspaceAsyncasyncHandler - 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.