@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSfinspace extends Object implements AWSfinspace
AWSfinspace. Convenient method forms pass through to the corresponding overload
that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAWSfinspace() |
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentResult |
createEnvironment(CreateEnvironmentRequest request)
Deprecated.
|
CreateKxChangesetResult |
createKxChangeset(CreateKxChangesetRequest request)
Creates a changeset for a kdb database.
|
CreateKxClusterResult |
createKxCluster(CreateKxClusterRequest request)
Creates a new kdb cluster.
|
CreateKxDatabaseResult |
createKxDatabase(CreateKxDatabaseRequest request)
Creates a new kdb database in the environment.
|
CreateKxEnvironmentResult |
createKxEnvironment(CreateKxEnvironmentRequest request)
Creates a managed kdb environment for the account.
|
CreateKxUserResult |
createKxUser(CreateKxUserRequest request)
Creates a user in FinSpace kdb environment with an associated IAM role.
|
DeleteEnvironmentResult |
deleteEnvironment(DeleteEnvironmentRequest request)
Deprecated.
|
DeleteKxClusterResult |
deleteKxCluster(DeleteKxClusterRequest request)
Deletes a kdb cluster.
|
DeleteKxDatabaseResult |
deleteKxDatabase(DeleteKxDatabaseRequest request)
Deletes the specified database and all of its associated data.
|
DeleteKxEnvironmentResult |
deleteKxEnvironment(DeleteKxEnvironmentRequest request)
Deletes the kdb environment.
|
DeleteKxUserResult |
deleteKxUser(DeleteKxUserRequest request)
Deletes a user in the specified kdb environment.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetEnvironmentResult |
getEnvironment(GetEnvironmentRequest request)
Deprecated.
|
GetKxChangesetResult |
getKxChangeset(GetKxChangesetRequest request)
Returns information about a kdb changeset.
|
GetKxClusterResult |
getKxCluster(GetKxClusterRequest request)
Retrieves information about a kdb cluster.
|
GetKxConnectionStringResult |
getKxConnectionString(GetKxConnectionStringRequest request)
Retrieves a connection string for a user to connect to a kdb cluster.
|
GetKxDatabaseResult |
getKxDatabase(GetKxDatabaseRequest request)
Returns database information for the specified environment ID.
|
GetKxEnvironmentResult |
getKxEnvironment(GetKxEnvironmentRequest request)
Retrieves all the information for the specified kdb environment.
|
GetKxUserResult |
getKxUser(GetKxUserRequest request)
Retrieves information about the specified kdb user.
|
ListEnvironmentsResult |
listEnvironments(ListEnvironmentsRequest request)
Deprecated.
|
ListKxChangesetsResult |
listKxChangesets(ListKxChangesetsRequest request)
Returns a list of all the changesets for a database.
|
ListKxClusterNodesResult |
listKxClusterNodes(ListKxClusterNodesRequest request)
Lists all the nodes in a kdb cluster.
|
ListKxClustersResult |
listKxClusters(ListKxClustersRequest request)
Returns a list of clusters.
|
ListKxDatabasesResult |
listKxDatabases(ListKxDatabasesRequest request)
Returns a list of all the databases in the kdb environment.
|
ListKxEnvironmentsResult |
listKxEnvironments(ListKxEnvironmentsRequest request)
Returns a list of kdb environments created in an account.
|
ListKxUsersResult |
listKxUsers(ListKxUsersRequest request)
Lists all the users in a kdb environment.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
A list of all tags for a resource.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Adds metadata tags to a FinSpace resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes metadata tags from a FinSpace resource.
|
UpdateEnvironmentResult |
updateEnvironment(UpdateEnvironmentRequest request)
Deprecated.
|
UpdateKxClusterCodeConfigurationResult |
updateKxClusterCodeConfiguration(UpdateKxClusterCodeConfigurationRequest request)
Allows you to update code configuration on a running cluster.
|
UpdateKxClusterDatabasesResult |
updateKxClusterDatabases(UpdateKxClusterDatabasesRequest request)
Updates the databases mounted on a kdb cluster, which includes the
changesetId and all the dbPaths
to be cached. |
UpdateKxDatabaseResult |
updateKxDatabase(UpdateKxDatabaseRequest request)
Updates information for the given kdb database.
|
UpdateKxEnvironmentResult |
updateKxEnvironment(UpdateKxEnvironmentRequest request)
Updates information for the given kdb environment.
|
UpdateKxEnvironmentNetworkResult |
updateKxEnvironmentNetwork(UpdateKxEnvironmentNetworkRequest request)
Updates environment network to connect to your internal network by using a transit gateway.
|
UpdateKxUserResult |
updateKxUser(UpdateKxUserRequest request)
Updates the user details.
|
@Deprecated public CreateEnvironmentResult createEnvironment(CreateEnvironmentRequest request)
AWSfinspaceCreate a new FinSpace environment.
createEnvironment in interface AWSfinspacepublic CreateKxChangesetResult createKxChangeset(CreateKxChangesetRequest request)
AWSfinspaceCreates a changeset for a kdb database. A changeset allows you to add and delete existing files by using an ordered list of change requests.
createKxChangeset in interface AWSfinspacepublic CreateKxClusterResult createKxCluster(CreateKxClusterRequest request)
AWSfinspaceCreates a new kdb cluster.
createKxCluster in interface AWSfinspacepublic CreateKxDatabaseResult createKxDatabase(CreateKxDatabaseRequest request)
AWSfinspaceCreates a new kdb database in the environment.
createKxDatabase in interface AWSfinspacepublic CreateKxEnvironmentResult createKxEnvironment(CreateKxEnvironmentRequest request)
AWSfinspaceCreates a managed kdb environment for the account.
createKxEnvironment in interface AWSfinspacepublic CreateKxUserResult createKxUser(CreateKxUserRequest request)
AWSfinspaceCreates a user in FinSpace kdb environment with an associated IAM role.
createKxUser in interface AWSfinspace@Deprecated public DeleteEnvironmentResult deleteEnvironment(DeleteEnvironmentRequest request)
AWSfinspaceDelete an FinSpace environment.
deleteEnvironment in interface AWSfinspacepublic DeleteKxClusterResult deleteKxCluster(DeleteKxClusterRequest request)
AWSfinspaceDeletes a kdb cluster.
deleteKxCluster in interface AWSfinspacepublic DeleteKxDatabaseResult deleteKxDatabase(DeleteKxDatabaseRequest request)
AWSfinspaceDeletes 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.
deleteKxDatabase in interface AWSfinspacepublic DeleteKxEnvironmentResult deleteKxEnvironment(DeleteKxEnvironmentRequest request)
AWSfinspaceDeletes the kdb environment. This action is irreversible. Deleting a kdb environment will remove all the associated data and any services running in it.
deleteKxEnvironment in interface AWSfinspacepublic DeleteKxUserResult deleteKxUser(DeleteKxUserRequest request)
AWSfinspaceDeletes a user in the specified kdb environment.
deleteKxUser in interface AWSfinspace@Deprecated public GetEnvironmentResult getEnvironment(GetEnvironmentRequest request)
AWSfinspaceReturns the FinSpace environment object.
getEnvironment in interface AWSfinspacepublic GetKxChangesetResult getKxChangeset(GetKxChangesetRequest request)
AWSfinspaceReturns information about a kdb changeset.
getKxChangeset in interface AWSfinspacepublic GetKxClusterResult getKxCluster(GetKxClusterRequest request)
AWSfinspaceRetrieves information about a kdb cluster.
getKxCluster in interface AWSfinspacepublic GetKxConnectionStringResult getKxConnectionString(GetKxConnectionStringRequest request)
AWSfinspaceRetrieves 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.
getKxConnectionString in interface AWSfinspacepublic GetKxDatabaseResult getKxDatabase(GetKxDatabaseRequest request)
AWSfinspaceReturns database information for the specified environment ID.
getKxDatabase in interface AWSfinspacepublic GetKxEnvironmentResult getKxEnvironment(GetKxEnvironmentRequest request)
AWSfinspaceRetrieves all the information for the specified kdb environment.
getKxEnvironment in interface AWSfinspacepublic GetKxUserResult getKxUser(GetKxUserRequest request)
AWSfinspaceRetrieves information about the specified kdb user.
getKxUser in interface AWSfinspace@Deprecated public ListEnvironmentsResult listEnvironments(ListEnvironmentsRequest request)
AWSfinspaceA list of all of your FinSpace environments.
listEnvironments in interface AWSfinspacepublic ListKxChangesetsResult listKxChangesets(ListKxChangesetsRequest request)
AWSfinspaceReturns a list of all the changesets for a database.
listKxChangesets in interface AWSfinspacepublic ListKxClusterNodesResult listKxClusterNodes(ListKxClusterNodesRequest request)
AWSfinspaceLists all the nodes in a kdb cluster.
listKxClusterNodes in interface AWSfinspacepublic ListKxClustersResult listKxClusters(ListKxClustersRequest request)
AWSfinspaceReturns a list of clusters.
listKxClusters in interface AWSfinspacepublic ListKxDatabasesResult listKxDatabases(ListKxDatabasesRequest request)
AWSfinspaceReturns a list of all the databases in the kdb environment.
listKxDatabases in interface AWSfinspacepublic ListKxEnvironmentsResult listKxEnvironments(ListKxEnvironmentsRequest request)
AWSfinspaceReturns a list of kdb environments created in an account.
listKxEnvironments in interface AWSfinspacepublic ListKxUsersResult listKxUsers(ListKxUsersRequest request)
AWSfinspaceLists all the users in a kdb environment.
listKxUsers in interface AWSfinspacepublic ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSfinspaceA list of all tags for a resource.
listTagsForResource in interface AWSfinspacepublic TagResourceResult tagResource(TagResourceRequest request)
AWSfinspaceAdds metadata tags to a FinSpace resource.
tagResource in interface AWSfinspacepublic UntagResourceResult untagResource(UntagResourceRequest request)
AWSfinspaceRemoves metadata tags from a FinSpace resource.
untagResource in interface AWSfinspace@Deprecated public UpdateEnvironmentResult updateEnvironment(UpdateEnvironmentRequest request)
AWSfinspaceUpdate your FinSpace environment.
updateEnvironment in interface AWSfinspacepublic UpdateKxClusterCodeConfigurationResult updateKxClusterCodeConfiguration(UpdateKxClusterCodeConfigurationRequest request)
AWSfinspaceAllows 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.
updateKxClusterCodeConfiguration in interface AWSfinspacepublic UpdateKxClusterDatabasesResult updateKxClusterDatabases(UpdateKxClusterDatabasesRequest request)
AWSfinspace
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.
updateKxClusterDatabases in interface AWSfinspacepublic UpdateKxDatabaseResult updateKxDatabase(UpdateKxDatabaseRequest request)
AWSfinspaceUpdates information for the given kdb database.
updateKxDatabase in interface AWSfinspacepublic UpdateKxEnvironmentResult updateKxEnvironment(UpdateKxEnvironmentRequest request)
AWSfinspaceUpdates information for the given kdb environment.
updateKxEnvironment in interface AWSfinspacepublic UpdateKxEnvironmentNetworkResult updateKxEnvironmentNetwork(UpdateKxEnvironmentNetworkRequest request)
AWSfinspaceUpdates 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.
updateKxEnvironmentNetwork in interface AWSfinspacepublic UpdateKxUserResult updateKxUser(UpdateKxUserRequest request)
AWSfinspaceUpdates the user details. You can only update the IAM role associated with a user.
updateKxUser in interface AWSfinspacepublic void shutdown()
AWSfinspaceshutdown in interface AWSfinspacepublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSfinspaceResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AWSfinspacerequest - The originally executed request.Copyright © 2023. All rights reserved.