@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSRedshiftServerlessAsync extends AWSRedshiftServerless
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSRedshiftServerlessAsync
instead.
This is an interface reference for Amazon Redshift Serverless. It contains documentation for one of the programming or command line interfaces you can use to manage Amazon Redshift Serverless.
Amazon Redshift Serverless automatically provisions data warehouse capacity and intelligently scales the underlying resources based on workload demands. Amazon Redshift Serverless adjusts capacity in seconds to deliver consistently high performance and simplified operations for even the most demanding and volatile workloads. Amazon Redshift Serverless lets you focus on using your data to acquire new insights for your business and customers.
To learn more about Amazon Redshift Serverless, see What is Amazon Redshift Serverless.
ENDPOINT_PREFIX
convertRecoveryPointToSnapshot, createEndpointAccess, createNamespace, createSnapshot, createUsageLimit, createWorkgroup, deleteEndpointAccess, deleteNamespace, deleteResourcePolicy, deleteSnapshot, deleteUsageLimit, deleteWorkgroup, getCachedResponseMetadata, getCredentials, getEndpointAccess, getNamespace, getRecoveryPoint, getResourcePolicy, getSnapshot, getTableRestoreStatus, getUsageLimit, getWorkgroup, listEndpointAccess, listNamespaces, listRecoveryPoints, listSnapshots, listTableRestoreStatus, listTagsForResource, listUsageLimits, listWorkgroups, putResourcePolicy, restoreFromRecoveryPoint, restoreFromSnapshot, restoreTableFromSnapshot, shutdown, tagResource, untagResource, updateEndpointAccess, updateNamespace, updateSnapshot, updateUsageLimit, updateWorkgroup
Future<ConvertRecoveryPointToSnapshotResult> convertRecoveryPointToSnapshotAsync(ConvertRecoveryPointToSnapshotRequest convertRecoveryPointToSnapshotRequest)
Converts a recovery point to a snapshot. For more information about recovery points and snapshots, see Working with snapshots and recovery points.
convertRecoveryPointToSnapshotRequest
- Future<ConvertRecoveryPointToSnapshotResult> convertRecoveryPointToSnapshotAsync(ConvertRecoveryPointToSnapshotRequest convertRecoveryPointToSnapshotRequest, AsyncHandler<ConvertRecoveryPointToSnapshotRequest,ConvertRecoveryPointToSnapshotResult> asyncHandler)
Converts a recovery point to a snapshot. For more information about recovery points and snapshots, see Working with snapshots and recovery points.
convertRecoveryPointToSnapshotRequest
- 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.Future<CreateEndpointAccessResult> createEndpointAccessAsync(CreateEndpointAccessRequest createEndpointAccessRequest)
Creates an Amazon Redshift Serverless managed VPC endpoint.
createEndpointAccessRequest
- Future<CreateEndpointAccessResult> createEndpointAccessAsync(CreateEndpointAccessRequest createEndpointAccessRequest, AsyncHandler<CreateEndpointAccessRequest,CreateEndpointAccessResult> asyncHandler)
Creates an Amazon Redshift Serverless managed VPC endpoint.
createEndpointAccessRequest
- 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.Future<CreateNamespaceResult> createNamespaceAsync(CreateNamespaceRequest createNamespaceRequest)
Creates a namespace in Amazon Redshift Serverless.
createNamespaceRequest
- Future<CreateNamespaceResult> createNamespaceAsync(CreateNamespaceRequest createNamespaceRequest, AsyncHandler<CreateNamespaceRequest,CreateNamespaceResult> asyncHandler)
Creates a namespace in Amazon Redshift Serverless.
createNamespaceRequest
- 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.Future<CreateSnapshotResult> createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest)
Creates a snapshot of all databases in a namespace. For more information about snapshots, see Working with snapshots and recovery points.
createSnapshotRequest
- Future<CreateSnapshotResult> createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest, AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler)
Creates a snapshot of all databases in a namespace. For more information about snapshots, see Working with snapshots and recovery points.
createSnapshotRequest
- 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.Future<CreateUsageLimitResult> createUsageLimitAsync(CreateUsageLimitRequest createUsageLimitRequest)
Creates a usage limit for a specified Amazon Redshift Serverless usage type. The usage limit is identified by the returned usage limit identifier.
createUsageLimitRequest
- Future<CreateUsageLimitResult> createUsageLimitAsync(CreateUsageLimitRequest createUsageLimitRequest, AsyncHandler<CreateUsageLimitRequest,CreateUsageLimitResult> asyncHandler)
Creates a usage limit for a specified Amazon Redshift Serverless usage type. The usage limit is identified by the returned usage limit identifier.
createUsageLimitRequest
- 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.Future<CreateWorkgroupResult> createWorkgroupAsync(CreateWorkgroupRequest createWorkgroupRequest)
Creates an workgroup in Amazon Redshift Serverless.
createWorkgroupRequest
- Future<CreateWorkgroupResult> createWorkgroupAsync(CreateWorkgroupRequest createWorkgroupRequest, AsyncHandler<CreateWorkgroupRequest,CreateWorkgroupResult> asyncHandler)
Creates an workgroup in Amazon Redshift Serverless.
createWorkgroupRequest
- 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.Future<DeleteEndpointAccessResult> deleteEndpointAccessAsync(DeleteEndpointAccessRequest deleteEndpointAccessRequest)
Deletes an Amazon Redshift Serverless managed VPC endpoint.
deleteEndpointAccessRequest
- Future<DeleteEndpointAccessResult> deleteEndpointAccessAsync(DeleteEndpointAccessRequest deleteEndpointAccessRequest, AsyncHandler<DeleteEndpointAccessRequest,DeleteEndpointAccessResult> asyncHandler)
Deletes an Amazon Redshift Serverless managed VPC endpoint.
deleteEndpointAccessRequest
- 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.Future<DeleteNamespaceResult> deleteNamespaceAsync(DeleteNamespaceRequest deleteNamespaceRequest)
Deletes a namespace from Amazon Redshift Serverless. Before you delete the namespace, you can create a final snapshot that has all of the data within the namespace.
deleteNamespaceRequest
- Future<DeleteNamespaceResult> deleteNamespaceAsync(DeleteNamespaceRequest deleteNamespaceRequest, AsyncHandler<DeleteNamespaceRequest,DeleteNamespaceResult> asyncHandler)
Deletes a namespace from Amazon Redshift Serverless. Before you delete the namespace, you can create a final snapshot that has all of the data within the namespace.
deleteNamespaceRequest
- 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.Future<DeleteResourcePolicyResult> deleteResourcePolicyAsync(DeleteResourcePolicyRequest deleteResourcePolicyRequest)
Deletes the specified resource policy.
deleteResourcePolicyRequest
- Future<DeleteResourcePolicyResult> deleteResourcePolicyAsync(DeleteResourcePolicyRequest deleteResourcePolicyRequest, AsyncHandler<DeleteResourcePolicyRequest,DeleteResourcePolicyResult> asyncHandler)
Deletes the specified resource policy.
deleteResourcePolicyRequest
- 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.Future<DeleteSnapshotResult> deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest)
Deletes a snapshot from Amazon Redshift Serverless.
deleteSnapshotRequest
- Future<DeleteSnapshotResult> deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest, AsyncHandler<DeleteSnapshotRequest,DeleteSnapshotResult> asyncHandler)
Deletes a snapshot from Amazon Redshift Serverless.
deleteSnapshotRequest
- 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.Future<DeleteUsageLimitResult> deleteUsageLimitAsync(DeleteUsageLimitRequest deleteUsageLimitRequest)
Deletes a usage limit from Amazon Redshift Serverless.
deleteUsageLimitRequest
- Future<DeleteUsageLimitResult> deleteUsageLimitAsync(DeleteUsageLimitRequest deleteUsageLimitRequest, AsyncHandler<DeleteUsageLimitRequest,DeleteUsageLimitResult> asyncHandler)
Deletes a usage limit from Amazon Redshift Serverless.
deleteUsageLimitRequest
- 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.Future<DeleteWorkgroupResult> deleteWorkgroupAsync(DeleteWorkgroupRequest deleteWorkgroupRequest)
Deletes a workgroup.
deleteWorkgroupRequest
- Future<DeleteWorkgroupResult> deleteWorkgroupAsync(DeleteWorkgroupRequest deleteWorkgroupRequest, AsyncHandler<DeleteWorkgroupRequest,DeleteWorkgroupResult> asyncHandler)
Deletes a workgroup.
deleteWorkgroupRequest
- 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.Future<GetCredentialsResult> getCredentialsAsync(GetCredentialsRequest getCredentialsRequest)
Returns a database user name and temporary password with temporary authorization to log in to Amazon Redshift Serverless.
By default, the temporary credentials expire in 900 seconds. You can optionally specify a duration between 900 seconds (15 minutes) and 3600 seconds (60 minutes).
<p>The Identity and Access Management (IAM) user or role that runs GetCredentials must have an IAM policy attached that allows access to all necessary actions and resources.</p> <p>If the <code>DbName</code> parameter is specified, the IAM policy must allow access to the resource dbname for the specified database name.</p>
getCredentialsRequest
- Future<GetCredentialsResult> getCredentialsAsync(GetCredentialsRequest getCredentialsRequest, AsyncHandler<GetCredentialsRequest,GetCredentialsResult> asyncHandler)
Returns a database user name and temporary password with temporary authorization to log in to Amazon Redshift Serverless.
By default, the temporary credentials expire in 900 seconds. You can optionally specify a duration between 900 seconds (15 minutes) and 3600 seconds (60 minutes).
<p>The Identity and Access Management (IAM) user or role that runs GetCredentials must have an IAM policy attached that allows access to all necessary actions and resources.</p> <p>If the <code>DbName</code> parameter is specified, the IAM policy must allow access to the resource dbname for the specified database name.</p>
getCredentialsRequest
- 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.Future<GetEndpointAccessResult> getEndpointAccessAsync(GetEndpointAccessRequest getEndpointAccessRequest)
Returns information, such as the name, about a VPC endpoint.
getEndpointAccessRequest
- Future<GetEndpointAccessResult> getEndpointAccessAsync(GetEndpointAccessRequest getEndpointAccessRequest, AsyncHandler<GetEndpointAccessRequest,GetEndpointAccessResult> asyncHandler)
Returns information, such as the name, about a VPC endpoint.
getEndpointAccessRequest
- 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.Future<GetNamespaceResult> getNamespaceAsync(GetNamespaceRequest getNamespaceRequest)
Returns information about a namespace in Amazon Redshift Serverless.
getNamespaceRequest
- Future<GetNamespaceResult> getNamespaceAsync(GetNamespaceRequest getNamespaceRequest, AsyncHandler<GetNamespaceRequest,GetNamespaceResult> asyncHandler)
Returns information about a namespace in Amazon Redshift Serverless.
getNamespaceRequest
- 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.Future<GetRecoveryPointResult> getRecoveryPointAsync(GetRecoveryPointRequest getRecoveryPointRequest)
Returns information about a recovery point.
getRecoveryPointRequest
- Future<GetRecoveryPointResult> getRecoveryPointAsync(GetRecoveryPointRequest getRecoveryPointRequest, AsyncHandler<GetRecoveryPointRequest,GetRecoveryPointResult> asyncHandler)
Returns information about a recovery point.
getRecoveryPointRequest
- 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.Future<GetResourcePolicyResult> getResourcePolicyAsync(GetResourcePolicyRequest getResourcePolicyRequest)
Returns a resource policy.
getResourcePolicyRequest
- Future<GetResourcePolicyResult> getResourcePolicyAsync(GetResourcePolicyRequest getResourcePolicyRequest, AsyncHandler<GetResourcePolicyRequest,GetResourcePolicyResult> asyncHandler)
Returns a resource policy.
getResourcePolicyRequest
- 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.Future<GetSnapshotResult> getSnapshotAsync(GetSnapshotRequest getSnapshotRequest)
Returns information about a specific snapshot.
getSnapshotRequest
- Future<GetSnapshotResult> getSnapshotAsync(GetSnapshotRequest getSnapshotRequest, AsyncHandler<GetSnapshotRequest,GetSnapshotResult> asyncHandler)
Returns information about a specific snapshot.
getSnapshotRequest
- 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.Future<GetTableRestoreStatusResult> getTableRestoreStatusAsync(GetTableRestoreStatusRequest getTableRestoreStatusRequest)
Returns information about a TableRestoreStatus
object.
getTableRestoreStatusRequest
- Future<GetTableRestoreStatusResult> getTableRestoreStatusAsync(GetTableRestoreStatusRequest getTableRestoreStatusRequest, AsyncHandler<GetTableRestoreStatusRequest,GetTableRestoreStatusResult> asyncHandler)
Returns information about a TableRestoreStatus
object.
getTableRestoreStatusRequest
- 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.Future<GetUsageLimitResult> getUsageLimitAsync(GetUsageLimitRequest getUsageLimitRequest)
Returns information about a usage limit.
getUsageLimitRequest
- Future<GetUsageLimitResult> getUsageLimitAsync(GetUsageLimitRequest getUsageLimitRequest, AsyncHandler<GetUsageLimitRequest,GetUsageLimitResult> asyncHandler)
Returns information about a usage limit.
getUsageLimitRequest
- 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.Future<GetWorkgroupResult> getWorkgroupAsync(GetWorkgroupRequest getWorkgroupRequest)
Returns information about a specific workgroup.
getWorkgroupRequest
- Future<GetWorkgroupResult> getWorkgroupAsync(GetWorkgroupRequest getWorkgroupRequest, AsyncHandler<GetWorkgroupRequest,GetWorkgroupResult> asyncHandler)
Returns information about a specific workgroup.
getWorkgroupRequest
- 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.Future<ListEndpointAccessResult> listEndpointAccessAsync(ListEndpointAccessRequest listEndpointAccessRequest)
Returns an array of EndpointAccess
objects and relevant information.
listEndpointAccessRequest
- Future<ListEndpointAccessResult> listEndpointAccessAsync(ListEndpointAccessRequest listEndpointAccessRequest, AsyncHandler<ListEndpointAccessRequest,ListEndpointAccessResult> asyncHandler)
Returns an array of EndpointAccess
objects and relevant information.
listEndpointAccessRequest
- 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.Future<ListNamespacesResult> listNamespacesAsync(ListNamespacesRequest listNamespacesRequest)
Returns information about a list of specified namespaces.
listNamespacesRequest
- Future<ListNamespacesResult> listNamespacesAsync(ListNamespacesRequest listNamespacesRequest, AsyncHandler<ListNamespacesRequest,ListNamespacesResult> asyncHandler)
Returns information about a list of specified namespaces.
listNamespacesRequest
- 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.Future<ListRecoveryPointsResult> listRecoveryPointsAsync(ListRecoveryPointsRequest listRecoveryPointsRequest)
Returns an array of recovery points.
listRecoveryPointsRequest
- Future<ListRecoveryPointsResult> listRecoveryPointsAsync(ListRecoveryPointsRequest listRecoveryPointsRequest, AsyncHandler<ListRecoveryPointsRequest,ListRecoveryPointsResult> asyncHandler)
Returns an array of recovery points.
listRecoveryPointsRequest
- 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.Future<ListSnapshotsResult> listSnapshotsAsync(ListSnapshotsRequest listSnapshotsRequest)
Returns a list of snapshots.
listSnapshotsRequest
- Future<ListSnapshotsResult> listSnapshotsAsync(ListSnapshotsRequest listSnapshotsRequest, AsyncHandler<ListSnapshotsRequest,ListSnapshotsResult> asyncHandler)
Returns a list of snapshots.
listSnapshotsRequest
- 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.Future<ListTableRestoreStatusResult> listTableRestoreStatusAsync(ListTableRestoreStatusRequest listTableRestoreStatusRequest)
Returns information about an array of TableRestoreStatus
objects.
listTableRestoreStatusRequest
- Future<ListTableRestoreStatusResult> listTableRestoreStatusAsync(ListTableRestoreStatusRequest listTableRestoreStatusRequest, AsyncHandler<ListTableRestoreStatusRequest,ListTableRestoreStatusResult> asyncHandler)
Returns information about an array of TableRestoreStatus
objects.
listTableRestoreStatusRequest
- 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.Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags assigned to a resource.
listTagsForResourceRequest
- Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists the tags assigned to a resource.
listTagsForResourceRequest
- 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.Future<ListUsageLimitsResult> listUsageLimitsAsync(ListUsageLimitsRequest listUsageLimitsRequest)
Lists all usage limits within Amazon Redshift Serverless.
listUsageLimitsRequest
- Future<ListUsageLimitsResult> listUsageLimitsAsync(ListUsageLimitsRequest listUsageLimitsRequest, AsyncHandler<ListUsageLimitsRequest,ListUsageLimitsResult> asyncHandler)
Lists all usage limits within Amazon Redshift Serverless.
listUsageLimitsRequest
- 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.Future<ListWorkgroupsResult> listWorkgroupsAsync(ListWorkgroupsRequest listWorkgroupsRequest)
Returns information about a list of specified workgroups.
listWorkgroupsRequest
- Future<ListWorkgroupsResult> listWorkgroupsAsync(ListWorkgroupsRequest listWorkgroupsRequest, AsyncHandler<ListWorkgroupsRequest,ListWorkgroupsResult> asyncHandler)
Returns information about a list of specified workgroups.
listWorkgroupsRequest
- 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.Future<PutResourcePolicyResult> putResourcePolicyAsync(PutResourcePolicyRequest putResourcePolicyRequest)
Creates or updates a resource policy. Currently, you can use policies to share snapshots across Amazon Web Services accounts.
putResourcePolicyRequest
- Future<PutResourcePolicyResult> putResourcePolicyAsync(PutResourcePolicyRequest putResourcePolicyRequest, AsyncHandler<PutResourcePolicyRequest,PutResourcePolicyResult> asyncHandler)
Creates or updates a resource policy. Currently, you can use policies to share snapshots across Amazon Web Services accounts.
putResourcePolicyRequest
- 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.Future<RestoreFromRecoveryPointResult> restoreFromRecoveryPointAsync(RestoreFromRecoveryPointRequest restoreFromRecoveryPointRequest)
Restore the data from a recovery point.
restoreFromRecoveryPointRequest
- Future<RestoreFromRecoveryPointResult> restoreFromRecoveryPointAsync(RestoreFromRecoveryPointRequest restoreFromRecoveryPointRequest, AsyncHandler<RestoreFromRecoveryPointRequest,RestoreFromRecoveryPointResult> asyncHandler)
Restore the data from a recovery point.
restoreFromRecoveryPointRequest
- 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.Future<RestoreFromSnapshotResult> restoreFromSnapshotAsync(RestoreFromSnapshotRequest restoreFromSnapshotRequest)
Restores a namespace from a snapshot.
restoreFromSnapshotRequest
- Future<RestoreFromSnapshotResult> restoreFromSnapshotAsync(RestoreFromSnapshotRequest restoreFromSnapshotRequest, AsyncHandler<RestoreFromSnapshotRequest,RestoreFromSnapshotResult> asyncHandler)
Restores a namespace from a snapshot.
restoreFromSnapshotRequest
- 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.Future<RestoreTableFromSnapshotResult> restoreTableFromSnapshotAsync(RestoreTableFromSnapshotRequest restoreTableFromSnapshotRequest)
Restores a table from a snapshot to your Amazon Redshift Serverless instance. You can't use this operation to restore tables with interleaved sort keys.
restoreTableFromSnapshotRequest
- Future<RestoreTableFromSnapshotResult> restoreTableFromSnapshotAsync(RestoreTableFromSnapshotRequest restoreTableFromSnapshotRequest, AsyncHandler<RestoreTableFromSnapshotRequest,RestoreTableFromSnapshotResult> asyncHandler)
Restores a table from a snapshot to your Amazon Redshift Serverless instance. You can't use this operation to restore tables with interleaved sort keys.
restoreTableFromSnapshotRequest
- 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.Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest)
Assigns one or more tags to a resource.
tagResourceRequest
- Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Assigns one or more tags to a resource.
tagResourceRequest
- 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.Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes a tag or set of tags from a resource.
untagResourceRequest
- Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes a tag or set of tags from a resource.
untagResourceRequest
- 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.Future<UpdateEndpointAccessResult> updateEndpointAccessAsync(UpdateEndpointAccessRequest updateEndpointAccessRequest)
Updates an Amazon Redshift Serverless managed endpoint.
updateEndpointAccessRequest
- Future<UpdateEndpointAccessResult> updateEndpointAccessAsync(UpdateEndpointAccessRequest updateEndpointAccessRequest, AsyncHandler<UpdateEndpointAccessRequest,UpdateEndpointAccessResult> asyncHandler)
Updates an Amazon Redshift Serverless managed endpoint.
updateEndpointAccessRequest
- 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.Future<UpdateNamespaceResult> updateNamespaceAsync(UpdateNamespaceRequest updateNamespaceRequest)
Updates a namespace with the specified settings. Unless required, you can't update multiple parameters in one
request. For example, you must specify both adminUsername
and adminUserPassword
to
update either field, but you can't update both kmsKeyId
and logExports
in a single
request.
updateNamespaceRequest
- Future<UpdateNamespaceResult> updateNamespaceAsync(UpdateNamespaceRequest updateNamespaceRequest, AsyncHandler<UpdateNamespaceRequest,UpdateNamespaceResult> asyncHandler)
Updates a namespace with the specified settings. Unless required, you can't update multiple parameters in one
request. For example, you must specify both adminUsername
and adminUserPassword
to
update either field, but you can't update both kmsKeyId
and logExports
in a single
request.
updateNamespaceRequest
- 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.Future<UpdateSnapshotResult> updateSnapshotAsync(UpdateSnapshotRequest updateSnapshotRequest)
Updates a snapshot.
updateSnapshotRequest
- Future<UpdateSnapshotResult> updateSnapshotAsync(UpdateSnapshotRequest updateSnapshotRequest, AsyncHandler<UpdateSnapshotRequest,UpdateSnapshotResult> asyncHandler)
Updates a snapshot.
updateSnapshotRequest
- 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.Future<UpdateUsageLimitResult> updateUsageLimitAsync(UpdateUsageLimitRequest updateUsageLimitRequest)
Update a usage limit in Amazon Redshift Serverless. You can't update the usage type or period of a usage limit.
updateUsageLimitRequest
- Future<UpdateUsageLimitResult> updateUsageLimitAsync(UpdateUsageLimitRequest updateUsageLimitRequest, AsyncHandler<UpdateUsageLimitRequest,UpdateUsageLimitResult> asyncHandler)
Update a usage limit in Amazon Redshift Serverless. You can't update the usage type or period of a usage limit.
updateUsageLimitRequest
- 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.Future<UpdateWorkgroupResult> updateWorkgroupAsync(UpdateWorkgroupRequest updateWorkgroupRequest)
Updates a workgroup with the specified configuration settings. You can't update multiple parameters in one
request. For example, you can update baseCapacity
or port
in a single request, but you
can't update both in the same request.
updateWorkgroupRequest
- Future<UpdateWorkgroupResult> updateWorkgroupAsync(UpdateWorkgroupRequest updateWorkgroupRequest, AsyncHandler<UpdateWorkgroupRequest,UpdateWorkgroupResult> asyncHandler)
Updates a workgroup with the specified configuration settings. You can't update multiple parameters in one
request. For example, you can update baseCapacity
or port
in a single request, but you
can't update both in the same request.
updateWorkgroupRequest
- 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.