@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonKinesisAnalyticsV2AsyncClient extends AmazonKinesisAnalyticsV2Client implements AmazonKinesisAnalyticsV2Async
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Amazon Managed Service for Apache Flink was previously known as Amazon Kinesis Data Analytics for Apache Flink.
Amazon Managed Service for Apache Flink is a fully managed service that you can use to process and analyze streaming data using Java, Python, SQL, or Scala. The service enables you to quickly author and run Java, SQL, or Scala code against streaming sources to perform time series analytics, feed real-time dashboards, and create real-time metrics.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
addApplicationCloudWatchLoggingOption, addApplicationInput, addApplicationInputProcessingConfiguration, addApplicationOutput, addApplicationReferenceDataSource, addApplicationVpcConfiguration, builder, createApplication, createApplicationPresignedUrl, createApplicationSnapshot, deleteApplication, deleteApplicationCloudWatchLoggingOption, deleteApplicationInputProcessingConfiguration, deleteApplicationOutput, deleteApplicationReferenceDataSource, deleteApplicationSnapshot, deleteApplicationVpcConfiguration, describeApplication, describeApplicationOperation, describeApplicationSnapshot, describeApplicationVersion, discoverInputSchema, getCachedResponseMetadata, listApplicationOperations, listApplications, listApplicationSnapshots, listApplicationVersions, listTagsForResource, rollbackApplication, startApplication, stopApplication, tagResource, untagResource, updateApplication, updateApplicationMaintenanceConfiguration
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
addApplicationCloudWatchLoggingOption, addApplicationInput, addApplicationInputProcessingConfiguration, addApplicationOutput, addApplicationReferenceDataSource, addApplicationVpcConfiguration, createApplication, createApplicationPresignedUrl, createApplicationSnapshot, deleteApplication, deleteApplicationCloudWatchLoggingOption, deleteApplicationInputProcessingConfiguration, deleteApplicationOutput, deleteApplicationReferenceDataSource, deleteApplicationSnapshot, deleteApplicationVpcConfiguration, describeApplication, describeApplicationOperation, describeApplicationSnapshot, describeApplicationVersion, discoverInputSchema, getCachedResponseMetadata, listApplicationOperations, listApplications, listApplicationSnapshots, listApplicationVersions, listTagsForResource, rollbackApplication, startApplication, stopApplication, tagResource, untagResource, updateApplication, updateApplicationMaintenanceConfiguration
public static AmazonKinesisAnalyticsV2AsyncClientBuilder asyncBuilder()
public ExecutorService getExecutorService()
public Future<AddApplicationCloudWatchLoggingOptionResult> addApplicationCloudWatchLoggingOptionAsync(AddApplicationCloudWatchLoggingOptionRequest request)
AmazonKinesisAnalyticsV2Async
Adds an Amazon CloudWatch log stream to monitor application configuration errors.
addApplicationCloudWatchLoggingOptionAsync
in interface AmazonKinesisAnalyticsV2Async
public Future<AddApplicationCloudWatchLoggingOptionResult> addApplicationCloudWatchLoggingOptionAsync(AddApplicationCloudWatchLoggingOptionRequest request, AsyncHandler<AddApplicationCloudWatchLoggingOptionRequest,AddApplicationCloudWatchLoggingOptionResult> asyncHandler)
AmazonKinesisAnalyticsV2Async
Adds an Amazon CloudWatch log stream to monitor application configuration errors.
addApplicationCloudWatchLoggingOptionAsync
in interface AmazonKinesisAnalyticsV2Async
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<AddApplicationInputResult> addApplicationInputAsync(AddApplicationInputRequest request)
AmazonKinesisAnalyticsV2Async
Adds a streaming source to your SQL-based Kinesis Data Analytics application.
You can add a streaming source when you create an application, or you can use this operation to add a streaming source after you create an application. For more information, see CreateApplication.
Any configuration update, including adding a streaming source using this operation, results in a new version of the application. You can use the DescribeApplication operation to find the current application version.
addApplicationInputAsync
in interface AmazonKinesisAnalyticsV2Async
public Future<AddApplicationInputResult> addApplicationInputAsync(AddApplicationInputRequest request, AsyncHandler<AddApplicationInputRequest,AddApplicationInputResult> asyncHandler)
AmazonKinesisAnalyticsV2Async
Adds a streaming source to your SQL-based Kinesis Data Analytics application.
You can add a streaming source when you create an application, or you can use this operation to add a streaming source after you create an application. For more information, see CreateApplication.
Any configuration update, including adding a streaming source using this operation, results in a new version of the application. You can use the DescribeApplication operation to find the current application version.
addApplicationInputAsync
in interface AmazonKinesisAnalyticsV2Async
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<AddApplicationInputProcessingConfigurationResult> addApplicationInputProcessingConfigurationAsync(AddApplicationInputProcessingConfigurationRequest request)
AmazonKinesisAnalyticsV2Async
Adds an InputProcessingConfiguration to a SQL-based Kinesis Data Analytics application. An input processor pre-processes records on the input stream before the application's SQL code executes. Currently, the only input processor available is Amazon Lambda.
addApplicationInputProcessingConfigurationAsync
in interface AmazonKinesisAnalyticsV2Async
public Future<AddApplicationInputProcessingConfigurationResult> addApplicationInputProcessingConfigurationAsync(AddApplicationInputProcessingConfigurationRequest request, AsyncHandler<AddApplicationInputProcessingConfigurationRequest,AddApplicationInputProcessingConfigurationResult> asyncHandler)
AmazonKinesisAnalyticsV2Async
Adds an InputProcessingConfiguration to a SQL-based Kinesis Data Analytics application. An input processor pre-processes records on the input stream before the application's SQL code executes. Currently, the only input processor available is Amazon Lambda.
addApplicationInputProcessingConfigurationAsync
in interface AmazonKinesisAnalyticsV2Async
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<AddApplicationOutputResult> addApplicationOutputAsync(AddApplicationOutputRequest request)
AmazonKinesisAnalyticsV2Async
Adds an external destination to your SQL-based Kinesis Data Analytics application.
If you want Kinesis Data Analytics to deliver data from an in-application stream within your application to an external destination (such as an Kinesis data stream, a Kinesis Data Firehose delivery stream, or an Amazon Lambda function), you add the relevant configuration to your application using this operation. You can configure one or more outputs for your application. Each output configuration maps an in-application stream and an external destination.
You can use one of the output configurations to deliver data from your in-application error stream to an external destination so that you can analyze the errors.
Any configuration update, including adding a streaming source using this operation, results in a new version of the application. You can use the DescribeApplication operation to find the current application version.
addApplicationOutputAsync
in interface AmazonKinesisAnalyticsV2Async
public Future<AddApplicationOutputResult> addApplicationOutputAsync(AddApplicationOutputRequest request, AsyncHandler<AddApplicationOutputRequest,AddApplicationOutputResult> asyncHandler)
AmazonKinesisAnalyticsV2Async
Adds an external destination to your SQL-based Kinesis Data Analytics application.
If you want Kinesis Data Analytics to deliver data from an in-application stream within your application to an external destination (such as an Kinesis data stream, a Kinesis Data Firehose delivery stream, or an Amazon Lambda function), you add the relevant configuration to your application using this operation. You can configure one or more outputs for your application. Each output configuration maps an in-application stream and an external destination.
You can use one of the output configurations to deliver data from your in-application error stream to an external destination so that you can analyze the errors.
Any configuration update, including adding a streaming source using this operation, results in a new version of the application. You can use the DescribeApplication operation to find the current application version.
addApplicationOutputAsync
in interface AmazonKinesisAnalyticsV2Async
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<AddApplicationReferenceDataSourceResult> addApplicationReferenceDataSourceAsync(AddApplicationReferenceDataSourceRequest request)
AmazonKinesisAnalyticsV2Async
Adds a reference data source to an existing SQL-based Kinesis Data Analytics application.
Kinesis Data Analytics reads reference data (that is, an Amazon S3 object) and creates an in-application table within your application. In the request, you provide the source (S3 bucket name and object key name), name of the in-application table to create, and the necessary mapping information that describes how data in an Amazon S3 object maps to columns in the resulting in-application table.
addApplicationReferenceDataSourceAsync
in interface AmazonKinesisAnalyticsV2Async
public Future<AddApplicationReferenceDataSourceResult> addApplicationReferenceDataSourceAsync(AddApplicationReferenceDataSourceRequest request, AsyncHandler<AddApplicationReferenceDataSourceRequest,AddApplicationReferenceDataSourceResult> asyncHandler)
AmazonKinesisAnalyticsV2Async
Adds a reference data source to an existing SQL-based Kinesis Data Analytics application.
Kinesis Data Analytics reads reference data (that is, an Amazon S3 object) and creates an in-application table within your application. In the request, you provide the source (S3 bucket name and object key name), name of the in-application table to create, and the necessary mapping information that describes how data in an Amazon S3 object maps to columns in the resulting in-application table.
addApplicationReferenceDataSourceAsync
in interface AmazonKinesisAnalyticsV2Async
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<AddApplicationVpcConfigurationResult> addApplicationVpcConfigurationAsync(AddApplicationVpcConfigurationRequest request)
AmazonKinesisAnalyticsV2Async
Adds a Virtual Private Cloud (VPC) configuration to the application. Applications can use VPCs to store and access resources securely.
Note the following about VPC configurations for Managed Service for Apache Flink applications:
VPC configurations are not supported for SQL applications.
When a VPC is added to a Managed Service for Apache Flink application, the application can no longer be accessed from the Internet directly. To enable Internet access to the application, add an Internet gateway to your VPC.
addApplicationVpcConfigurationAsync
in interface AmazonKinesisAnalyticsV2Async
public Future<AddApplicationVpcConfigurationResult> addApplicationVpcConfigurationAsync(AddApplicationVpcConfigurationRequest request, AsyncHandler<AddApplicationVpcConfigurationRequest,AddApplicationVpcConfigurationResult> asyncHandler)
AmazonKinesisAnalyticsV2Async
Adds a Virtual Private Cloud (VPC) configuration to the application. Applications can use VPCs to store and access resources securely.
Note the following about VPC configurations for Managed Service for Apache Flink applications:
VPC configurations are not supported for SQL applications.
When a VPC is added to a Managed Service for Apache Flink application, the application can no longer be accessed from the Internet directly. To enable Internet access to the application, add an Internet gateway to your VPC.
addApplicationVpcConfigurationAsync
in interface AmazonKinesisAnalyticsV2Async
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<CreateApplicationResult> createApplicationAsync(CreateApplicationRequest request)
AmazonKinesisAnalyticsV2Async
Creates a Managed Service for Apache Flink application. For information about creating a Managed Service for Apache Flink application, see Creating an Application.
createApplicationAsync
in interface AmazonKinesisAnalyticsV2Async
public Future<CreateApplicationResult> createApplicationAsync(CreateApplicationRequest request, AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)
AmazonKinesisAnalyticsV2Async
Creates a Managed Service for Apache Flink application. For information about creating a Managed Service for Apache Flink application, see Creating an Application.
createApplicationAsync
in interface AmazonKinesisAnalyticsV2Async
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<CreateApplicationPresignedUrlResult> createApplicationPresignedUrlAsync(CreateApplicationPresignedUrlRequest request)
AmazonKinesisAnalyticsV2Async
Creates and returns a URL that you can use to connect to an application's extension.
The IAM role or user used to call this API defines the permissions to access the extension. After the presigned URL is created, no additional permission is required to access this URL. IAM authorization policies for this API are also enforced for every HTTP request that attempts to connect to the extension.
You control the amount of time that the URL will be valid using the
SessionExpirationDurationInSeconds
parameter. If you do not provide this parameter, the returned URL
is valid for twelve hours.
The URL that you get from a call to CreateApplicationPresignedUrl must be used within 3 minutes to be valid. If you first try to use the URL after the 3-minute limit expires, the service returns an HTTP 403 Forbidden error.
createApplicationPresignedUrlAsync
in interface AmazonKinesisAnalyticsV2Async
public Future<CreateApplicationPresignedUrlResult> createApplicationPresignedUrlAsync(CreateApplicationPresignedUrlRequest request, AsyncHandler<CreateApplicationPresignedUrlRequest,CreateApplicationPresignedUrlResult> asyncHandler)
AmazonKinesisAnalyticsV2Async
Creates and returns a URL that you can use to connect to an application's extension.
The IAM role or user used to call this API defines the permissions to access the extension. After the presigned URL is created, no additional permission is required to access this URL. IAM authorization policies for this API are also enforced for every HTTP request that attempts to connect to the extension.
You control the amount of time that the URL will be valid using the
SessionExpirationDurationInSeconds
parameter. If you do not provide this parameter, the returned URL
is valid for twelve hours.
The URL that you get from a call to CreateApplicationPresignedUrl must be used within 3 minutes to be valid. If you first try to use the URL after the 3-minute limit expires, the service returns an HTTP 403 Forbidden error.
createApplicationPresignedUrlAsync
in interface AmazonKinesisAnalyticsV2Async
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<CreateApplicationSnapshotResult> createApplicationSnapshotAsync(CreateApplicationSnapshotRequest request)
AmazonKinesisAnalyticsV2Async
Creates a snapshot of the application's state data.
createApplicationSnapshotAsync
in interface AmazonKinesisAnalyticsV2Async
public Future<CreateApplicationSnapshotResult> createApplicationSnapshotAsync(CreateApplicationSnapshotRequest request, AsyncHandler<CreateApplicationSnapshotRequest,CreateApplicationSnapshotResult> asyncHandler)
AmazonKinesisAnalyticsV2Async
Creates a snapshot of the application's state data.
createApplicationSnapshotAsync
in interface AmazonKinesisAnalyticsV2Async
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<DeleteApplicationResult> deleteApplicationAsync(DeleteApplicationRequest request)
AmazonKinesisAnalyticsV2Async
Deletes the specified application. Managed Service for Apache Flink halts application execution and deletes the application.
deleteApplicationAsync
in interface AmazonKinesisAnalyticsV2Async
public Future<DeleteApplicationResult> deleteApplicationAsync(DeleteApplicationRequest request, AsyncHandler<DeleteApplicationRequest,DeleteApplicationResult> asyncHandler)
AmazonKinesisAnalyticsV2Async
Deletes the specified application. Managed Service for Apache Flink halts application execution and deletes the application.
deleteApplicationAsync
in interface AmazonKinesisAnalyticsV2Async
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<DeleteApplicationCloudWatchLoggingOptionResult> deleteApplicationCloudWatchLoggingOptionAsync(DeleteApplicationCloudWatchLoggingOptionRequest request)
AmazonKinesisAnalyticsV2Async
Deletes an Amazon CloudWatch log stream from an SQL-based Kinesis Data Analytics application.
deleteApplicationCloudWatchLoggingOptionAsync
in interface AmazonKinesisAnalyticsV2Async
public Future<DeleteApplicationCloudWatchLoggingOptionResult> deleteApplicationCloudWatchLoggingOptionAsync(DeleteApplicationCloudWatchLoggingOptionRequest request, AsyncHandler<DeleteApplicationCloudWatchLoggingOptionRequest,DeleteApplicationCloudWatchLoggingOptionResult> asyncHandler)
AmazonKinesisAnalyticsV2Async
Deletes an Amazon CloudWatch log stream from an SQL-based Kinesis Data Analytics application.
deleteApplicationCloudWatchLoggingOptionAsync
in interface AmazonKinesisAnalyticsV2Async
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<DeleteApplicationInputProcessingConfigurationResult> deleteApplicationInputProcessingConfigurationAsync(DeleteApplicationInputProcessingConfigurationRequest request)
AmazonKinesisAnalyticsV2Async
Deletes an InputProcessingConfiguration from an input.
deleteApplicationInputProcessingConfigurationAsync
in interface AmazonKinesisAnalyticsV2Async
public Future<DeleteApplicationInputProcessingConfigurationResult> deleteApplicationInputProcessingConfigurationAsync(DeleteApplicationInputProcessingConfigurationRequest request, AsyncHandler<DeleteApplicationInputProcessingConfigurationRequest,DeleteApplicationInputProcessingConfigurationResult> asyncHandler)
AmazonKinesisAnalyticsV2Async
Deletes an InputProcessingConfiguration from an input.
deleteApplicationInputProcessingConfigurationAsync
in interface AmazonKinesisAnalyticsV2Async
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<DeleteApplicationOutputResult> deleteApplicationOutputAsync(DeleteApplicationOutputRequest request)
AmazonKinesisAnalyticsV2Async
Deletes the output destination configuration from your SQL-based Kinesis Data Analytics application's configuration. Kinesis Data Analytics will no longer write data from the corresponding in-application stream to the external output destination.
deleteApplicationOutputAsync
in interface AmazonKinesisAnalyticsV2Async
public Future<DeleteApplicationOutputResult> deleteApplicationOutputAsync(DeleteApplicationOutputRequest request, AsyncHandler<DeleteApplicationOutputRequest,DeleteApplicationOutputResult> asyncHandler)
AmazonKinesisAnalyticsV2Async
Deletes the output destination configuration from your SQL-based Kinesis Data Analytics application's configuration. Kinesis Data Analytics will no longer write data from the corresponding in-application stream to the external output destination.
deleteApplicationOutputAsync
in interface AmazonKinesisAnalyticsV2Async
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<DeleteApplicationReferenceDataSourceResult> deleteApplicationReferenceDataSourceAsync(DeleteApplicationReferenceDataSourceRequest request)
AmazonKinesisAnalyticsV2Async
Deletes a reference data source configuration from the specified SQL-based Kinesis Data Analytics application's configuration.
If the application is running, Kinesis Data Analytics immediately removes the in-application table that you created using the AddApplicationReferenceDataSource operation.
deleteApplicationReferenceDataSourceAsync
in interface AmazonKinesisAnalyticsV2Async
public Future<DeleteApplicationReferenceDataSourceResult> deleteApplicationReferenceDataSourceAsync(DeleteApplicationReferenceDataSourceRequest request, AsyncHandler<DeleteApplicationReferenceDataSourceRequest,DeleteApplicationReferenceDataSourceResult> asyncHandler)
AmazonKinesisAnalyticsV2Async
Deletes a reference data source configuration from the specified SQL-based Kinesis Data Analytics application's configuration.
If the application is running, Kinesis Data Analytics immediately removes the in-application table that you created using the AddApplicationReferenceDataSource operation.
deleteApplicationReferenceDataSourceAsync
in interface AmazonKinesisAnalyticsV2Async
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<DeleteApplicationSnapshotResult> deleteApplicationSnapshotAsync(DeleteApplicationSnapshotRequest request)
AmazonKinesisAnalyticsV2Async
Deletes a snapshot of application state.
deleteApplicationSnapshotAsync
in interface AmazonKinesisAnalyticsV2Async
public Future<DeleteApplicationSnapshotResult> deleteApplicationSnapshotAsync(DeleteApplicationSnapshotRequest request, AsyncHandler<DeleteApplicationSnapshotRequest,DeleteApplicationSnapshotResult> asyncHandler)
AmazonKinesisAnalyticsV2Async
Deletes a snapshot of application state.
deleteApplicationSnapshotAsync
in interface AmazonKinesisAnalyticsV2Async
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<DeleteApplicationVpcConfigurationResult> deleteApplicationVpcConfigurationAsync(DeleteApplicationVpcConfigurationRequest request)
AmazonKinesisAnalyticsV2Async
Removes a VPC configuration from a Managed Service for Apache Flink application.
deleteApplicationVpcConfigurationAsync
in interface AmazonKinesisAnalyticsV2Async
public Future<DeleteApplicationVpcConfigurationResult> deleteApplicationVpcConfigurationAsync(DeleteApplicationVpcConfigurationRequest request, AsyncHandler<DeleteApplicationVpcConfigurationRequest,DeleteApplicationVpcConfigurationResult> asyncHandler)
AmazonKinesisAnalyticsV2Async
Removes a VPC configuration from a Managed Service for Apache Flink application.
deleteApplicationVpcConfigurationAsync
in interface AmazonKinesisAnalyticsV2Async
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<DescribeApplicationResult> describeApplicationAsync(DescribeApplicationRequest request)
AmazonKinesisAnalyticsV2Async
Returns information about a specific Managed Service for Apache Flink application.
If you want to retrieve a list of all applications in your account, use the ListApplications operation.
describeApplicationAsync
in interface AmazonKinesisAnalyticsV2Async
public Future<DescribeApplicationResult> describeApplicationAsync(DescribeApplicationRequest request, AsyncHandler<DescribeApplicationRequest,DescribeApplicationResult> asyncHandler)
AmazonKinesisAnalyticsV2Async
Returns information about a specific Managed Service for Apache Flink application.
If you want to retrieve a list of all applications in your account, use the ListApplications operation.
describeApplicationAsync
in interface AmazonKinesisAnalyticsV2Async
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<DescribeApplicationOperationResult> describeApplicationOperationAsync(DescribeApplicationOperationRequest request)
AmazonKinesisAnalyticsV2Async
describeApplicationOperationAsync
in interface AmazonKinesisAnalyticsV2Async
request
- Request for information about a specific operation performed on a Managed Service for Apache Flink
applicationpublic Future<DescribeApplicationOperationResult> describeApplicationOperationAsync(DescribeApplicationOperationRequest request, AsyncHandler<DescribeApplicationOperationRequest,DescribeApplicationOperationResult> asyncHandler)
AmazonKinesisAnalyticsV2Async
describeApplicationOperationAsync
in interface AmazonKinesisAnalyticsV2Async
request
- Request for information about a specific operation performed on a Managed Service for Apache Flink
applicationasyncHandler
- 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<DescribeApplicationSnapshotResult> describeApplicationSnapshotAsync(DescribeApplicationSnapshotRequest request)
AmazonKinesisAnalyticsV2Async
Returns information about a snapshot of application state data.
describeApplicationSnapshotAsync
in interface AmazonKinesisAnalyticsV2Async
public Future<DescribeApplicationSnapshotResult> describeApplicationSnapshotAsync(DescribeApplicationSnapshotRequest request, AsyncHandler<DescribeApplicationSnapshotRequest,DescribeApplicationSnapshotResult> asyncHandler)
AmazonKinesisAnalyticsV2Async
Returns information about a snapshot of application state data.
describeApplicationSnapshotAsync
in interface AmazonKinesisAnalyticsV2Async
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<DescribeApplicationVersionResult> describeApplicationVersionAsync(DescribeApplicationVersionRequest request)
AmazonKinesisAnalyticsV2Async
Provides a detailed description of a specified version of the application. To see a list of all the versions of an application, invoke the ListApplicationVersions operation.
This operation is supported only for Managed Service for Apache Flink.
describeApplicationVersionAsync
in interface AmazonKinesisAnalyticsV2Async
public Future<DescribeApplicationVersionResult> describeApplicationVersionAsync(DescribeApplicationVersionRequest request, AsyncHandler<DescribeApplicationVersionRequest,DescribeApplicationVersionResult> asyncHandler)
AmazonKinesisAnalyticsV2Async
Provides a detailed description of a specified version of the application. To see a list of all the versions of an application, invoke the ListApplicationVersions operation.
This operation is supported only for Managed Service for Apache Flink.
describeApplicationVersionAsync
in interface AmazonKinesisAnalyticsV2Async
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<DiscoverInputSchemaResult> discoverInputSchemaAsync(DiscoverInputSchemaRequest request)
AmazonKinesisAnalyticsV2Async
Infers a schema for a SQL-based Kinesis Data Analytics application by evaluating sample records on the specified streaming source (Kinesis data stream or Kinesis Data Firehose delivery stream) or Amazon S3 object. In the response, the operation returns the inferred schema and also the sample records that the operation used to infer the schema.
You can use the inferred schema when configuring a streaming source for your application. When you create an application using the Kinesis Data Analytics console, the console uses this operation to infer a schema and show it in the console user interface.
discoverInputSchemaAsync
in interface AmazonKinesisAnalyticsV2Async
public Future<DiscoverInputSchemaResult> discoverInputSchemaAsync(DiscoverInputSchemaRequest request, AsyncHandler<DiscoverInputSchemaRequest,DiscoverInputSchemaResult> asyncHandler)
AmazonKinesisAnalyticsV2Async
Infers a schema for a SQL-based Kinesis Data Analytics application by evaluating sample records on the specified streaming source (Kinesis data stream or Kinesis Data Firehose delivery stream) or Amazon S3 object. In the response, the operation returns the inferred schema and also the sample records that the operation used to infer the schema.
You can use the inferred schema when configuring a streaming source for your application. When you create an application using the Kinesis Data Analytics console, the console uses this operation to infer a schema and show it in the console user interface.
discoverInputSchemaAsync
in interface AmazonKinesisAnalyticsV2Async
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<ListApplicationOperationsResult> listApplicationOperationsAsync(ListApplicationOperationsRequest request)
AmazonKinesisAnalyticsV2Async
listApplicationOperationsAsync
in interface AmazonKinesisAnalyticsV2Async
request
- Request to list operations performed on an applicationpublic Future<ListApplicationOperationsResult> listApplicationOperationsAsync(ListApplicationOperationsRequest request, AsyncHandler<ListApplicationOperationsRequest,ListApplicationOperationsResult> asyncHandler)
AmazonKinesisAnalyticsV2Async
listApplicationOperationsAsync
in interface AmazonKinesisAnalyticsV2Async
request
- Request to list operations performed on an applicationasyncHandler
- 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<ListApplicationSnapshotsResult> listApplicationSnapshotsAsync(ListApplicationSnapshotsRequest request)
AmazonKinesisAnalyticsV2Async
Lists information about the current application snapshots.
listApplicationSnapshotsAsync
in interface AmazonKinesisAnalyticsV2Async
public Future<ListApplicationSnapshotsResult> listApplicationSnapshotsAsync(ListApplicationSnapshotsRequest request, AsyncHandler<ListApplicationSnapshotsRequest,ListApplicationSnapshotsResult> asyncHandler)
AmazonKinesisAnalyticsV2Async
Lists information about the current application snapshots.
listApplicationSnapshotsAsync
in interface AmazonKinesisAnalyticsV2Async
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<ListApplicationVersionsResult> listApplicationVersionsAsync(ListApplicationVersionsRequest request)
AmazonKinesisAnalyticsV2Async
Lists all the versions for the specified application, including versions that were rolled back. The response also includes a summary of the configuration associated with each version.
To get the complete description of a specific application version, invoke the DescribeApplicationVersion operation.
This operation is supported only for Managed Service for Apache Flink.
listApplicationVersionsAsync
in interface AmazonKinesisAnalyticsV2Async
public Future<ListApplicationVersionsResult> listApplicationVersionsAsync(ListApplicationVersionsRequest request, AsyncHandler<ListApplicationVersionsRequest,ListApplicationVersionsResult> asyncHandler)
AmazonKinesisAnalyticsV2Async
Lists all the versions for the specified application, including versions that were rolled back. The response also includes a summary of the configuration associated with each version.
To get the complete description of a specific application version, invoke the DescribeApplicationVersion operation.
This operation is supported only for Managed Service for Apache Flink.
listApplicationVersionsAsync
in interface AmazonKinesisAnalyticsV2Async
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<ListApplicationsResult> listApplicationsAsync(ListApplicationsRequest request)
AmazonKinesisAnalyticsV2Async
Returns a list of Managed Service for Apache Flink applications in your account. For each application, the response includes the application name, Amazon Resource Name (ARN), and status.
If you want detailed information about a specific application, use DescribeApplication.
listApplicationsAsync
in interface AmazonKinesisAnalyticsV2Async
public Future<ListApplicationsResult> listApplicationsAsync(ListApplicationsRequest request, AsyncHandler<ListApplicationsRequest,ListApplicationsResult> asyncHandler)
AmazonKinesisAnalyticsV2Async
Returns a list of Managed Service for Apache Flink applications in your account. For each application, the response includes the application name, Amazon Resource Name (ARN), and status.
If you want detailed information about a specific application, use DescribeApplication.
listApplicationsAsync
in interface AmazonKinesisAnalyticsV2Async
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)
AmazonKinesisAnalyticsV2Async
Retrieves the list of key-value tags assigned to the application. For more information, see Using Tagging.
listTagsForResourceAsync
in interface AmazonKinesisAnalyticsV2Async
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AmazonKinesisAnalyticsV2Async
Retrieves the list of key-value tags assigned to the application. For more information, see Using Tagging.
listTagsForResourceAsync
in interface AmazonKinesisAnalyticsV2Async
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<RollbackApplicationResult> rollbackApplicationAsync(RollbackApplicationRequest request)
AmazonKinesisAnalyticsV2Async
Reverts the application to the previous running version. You can roll back an application if you suspect it is stuck in a transient status or in the running status.
You can roll back an application only if it is in the UPDATING
, AUTOSCALING
, or
RUNNING
statuses.
When you rollback an application, it loads state data from the last successful snapshot. If the application has no snapshots, Managed Service for Apache Flink rejects the rollback request.
rollbackApplicationAsync
in interface AmazonKinesisAnalyticsV2Async
public Future<RollbackApplicationResult> rollbackApplicationAsync(RollbackApplicationRequest request, AsyncHandler<RollbackApplicationRequest,RollbackApplicationResult> asyncHandler)
AmazonKinesisAnalyticsV2Async
Reverts the application to the previous running version. You can roll back an application if you suspect it is stuck in a transient status or in the running status.
You can roll back an application only if it is in the UPDATING
, AUTOSCALING
, or
RUNNING
statuses.
When you rollback an application, it loads state data from the last successful snapshot. If the application has no snapshots, Managed Service for Apache Flink rejects the rollback request.
rollbackApplicationAsync
in interface AmazonKinesisAnalyticsV2Async
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<StartApplicationResult> startApplicationAsync(StartApplicationRequest request)
AmazonKinesisAnalyticsV2Async
Starts the specified Managed Service for Apache Flink application. After creating an application, you must exclusively call this operation to start your application.
startApplicationAsync
in interface AmazonKinesisAnalyticsV2Async
public Future<StartApplicationResult> startApplicationAsync(StartApplicationRequest request, AsyncHandler<StartApplicationRequest,StartApplicationResult> asyncHandler)
AmazonKinesisAnalyticsV2Async
Starts the specified Managed Service for Apache Flink application. After creating an application, you must exclusively call this operation to start your application.
startApplicationAsync
in interface AmazonKinesisAnalyticsV2Async
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<StopApplicationResult> stopApplicationAsync(StopApplicationRequest request)
AmazonKinesisAnalyticsV2Async
Stops the application from processing data. You can stop an application only if it is in the running status,
unless you set the Force
parameter to true
.
You can use the DescribeApplication operation to find the application status.
Managed Service for Apache Flink takes a snapshot when the application is stopped, unless Force
is
set to true
.
stopApplicationAsync
in interface AmazonKinesisAnalyticsV2Async
public Future<StopApplicationResult> stopApplicationAsync(StopApplicationRequest request, AsyncHandler<StopApplicationRequest,StopApplicationResult> asyncHandler)
AmazonKinesisAnalyticsV2Async
Stops the application from processing data. You can stop an application only if it is in the running status,
unless you set the Force
parameter to true
.
You can use the DescribeApplication operation to find the application status.
Managed Service for Apache Flink takes a snapshot when the application is stopped, unless Force
is
set to true
.
stopApplicationAsync
in interface AmazonKinesisAnalyticsV2Async
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)
AmazonKinesisAnalyticsV2Async
Adds one or more key-value tags to a Managed Service for Apache Flink application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50. For more information, see Using Tagging.
tagResourceAsync
in interface AmazonKinesisAnalyticsV2Async
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AmazonKinesisAnalyticsV2Async
Adds one or more key-value tags to a Managed Service for Apache Flink application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50. For more information, see Using Tagging.
tagResourceAsync
in interface AmazonKinesisAnalyticsV2Async
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)
AmazonKinesisAnalyticsV2Async
Removes one or more tags from a Managed Service for Apache Flink application. For more information, see Using Tagging.
untagResourceAsync
in interface AmazonKinesisAnalyticsV2Async
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AmazonKinesisAnalyticsV2Async
Removes one or more tags from a Managed Service for Apache Flink application. For more information, see Using Tagging.
untagResourceAsync
in interface AmazonKinesisAnalyticsV2Async
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<UpdateApplicationResult> updateApplicationAsync(UpdateApplicationRequest request)
AmazonKinesisAnalyticsV2Async
Updates an existing Managed Service for Apache Flink application. Using this operation, you can update application code, input configuration, and output configuration.
Managed Service for Apache Flink updates the ApplicationVersionId
each time you update your
application.
updateApplicationAsync
in interface AmazonKinesisAnalyticsV2Async
public Future<UpdateApplicationResult> updateApplicationAsync(UpdateApplicationRequest request, AsyncHandler<UpdateApplicationRequest,UpdateApplicationResult> asyncHandler)
AmazonKinesisAnalyticsV2Async
Updates an existing Managed Service for Apache Flink application. Using this operation, you can update application code, input configuration, and output configuration.
Managed Service for Apache Flink updates the ApplicationVersionId
each time you update your
application.
updateApplicationAsync
in interface AmazonKinesisAnalyticsV2Async
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<UpdateApplicationMaintenanceConfigurationResult> updateApplicationMaintenanceConfigurationAsync(UpdateApplicationMaintenanceConfigurationRequest request)
AmazonKinesisAnalyticsV2Async
Updates the maintenance configuration of the Managed Service for Apache Flink application.
You can invoke this operation on an application that is in one of the two following states: READY
or
RUNNING
. If you invoke it when the application is in a state other than these two states, it throws
a ResourceInUseException
. The service makes use of the updated configuration the next time it
schedules maintenance for the application. If you invoke this operation after the service schedules maintenance,
the service will apply the configuration update the next time it schedules maintenance for the application. This
means that you might not see the maintenance configuration update applied to the maintenance process that follows
a successful invocation of this operation, but to the following maintenance process instead.
To see the current maintenance configuration of your application, invoke the DescribeApplication operation.
For information about application maintenance, see Managed Service for Apache Flink for Apache Flink Maintenance.
This operation is supported only for Managed Service for Apache Flink.
updateApplicationMaintenanceConfigurationAsync
in interface AmazonKinesisAnalyticsV2Async
public Future<UpdateApplicationMaintenanceConfigurationResult> updateApplicationMaintenanceConfigurationAsync(UpdateApplicationMaintenanceConfigurationRequest request, AsyncHandler<UpdateApplicationMaintenanceConfigurationRequest,UpdateApplicationMaintenanceConfigurationResult> asyncHandler)
AmazonKinesisAnalyticsV2Async
Updates the maintenance configuration of the Managed Service for Apache Flink application.
You can invoke this operation on an application that is in one of the two following states: READY
or
RUNNING
. If you invoke it when the application is in a state other than these two states, it throws
a ResourceInUseException
. The service makes use of the updated configuration the next time it
schedules maintenance for the application. If you invoke this operation after the service schedules maintenance,
the service will apply the configuration update the next time it schedules maintenance for the application. This
means that you might not see the maintenance configuration update applied to the maintenance process that follows
a successful invocation of this operation, but to the following maintenance process instead.
To see the current maintenance configuration of your application, invoke the DescribeApplication operation.
For information about application maintenance, see Managed Service for Apache Flink for Apache Flink Maintenance.
This operation is supported only for Managed Service for Apache Flink.
updateApplicationMaintenanceConfigurationAsync
in interface AmazonKinesisAnalyticsV2Async
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 AmazonKinesisAnalyticsV2
shutdown
in class AmazonKinesisAnalyticsV2Client