@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonMWAAAsync extends AbstractAmazonMWAA implements AmazonMWAAAsync
AmazonMWAAAsync. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler, which throws an
UnsupportedOperationException.ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
Future<CreateCliTokenResult> |
createCliTokenAsync(CreateCliTokenRequest request)
Create a CLI token to use Airflow CLI.
|
Future<CreateCliTokenResult> |
createCliTokenAsync(CreateCliTokenRequest request,
AsyncHandler<CreateCliTokenRequest,CreateCliTokenResult> asyncHandler)
Create a CLI token to use Airflow CLI.
|
Future<CreateEnvironmentResult> |
createEnvironmentAsync(CreateEnvironmentRequest request)
Creates an Amazon Managed Workflows for Apache Airflow (MWAA) environment.
|
Future<CreateEnvironmentResult> |
createEnvironmentAsync(CreateEnvironmentRequest request,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)
Creates an Amazon Managed Workflows for Apache Airflow (MWAA) environment.
|
Future<CreateWebLoginTokenResult> |
createWebLoginTokenAsync(CreateWebLoginTokenRequest request)
Create a JWT token to be used to login to Airflow Web UI with claims based Authentication.
|
Future<CreateWebLoginTokenResult> |
createWebLoginTokenAsync(CreateWebLoginTokenRequest request,
AsyncHandler<CreateWebLoginTokenRequest,CreateWebLoginTokenResult> asyncHandler)
Create a JWT token to be used to login to Airflow Web UI with claims based Authentication.
|
Future<DeleteEnvironmentResult> |
deleteEnvironmentAsync(DeleteEnvironmentRequest request)
Deletes an Amazon Managed Workflows for Apache Airflow (MWAA) environment.
|
Future<DeleteEnvironmentResult> |
deleteEnvironmentAsync(DeleteEnvironmentRequest request,
AsyncHandler<DeleteEnvironmentRequest,DeleteEnvironmentResult> asyncHandler)
Deletes an Amazon Managed Workflows for Apache Airflow (MWAA) environment.
|
Future<GetEnvironmentResult> |
getEnvironmentAsync(GetEnvironmentRequest request)
Retrieves the details of an Amazon Managed Workflows for Apache Airflow (MWAA) environment.
|
Future<GetEnvironmentResult> |
getEnvironmentAsync(GetEnvironmentRequest request,
AsyncHandler<GetEnvironmentRequest,GetEnvironmentResult> asyncHandler)
Retrieves the details of an Amazon Managed Workflows for Apache Airflow (MWAA) environment.
|
Future<ListEnvironmentsResult> |
listEnvironmentsAsync(ListEnvironmentsRequest request)
Lists the Amazon Managed Workflows for Apache Airflow (MWAA) environments.
|
Future<ListEnvironmentsResult> |
listEnvironmentsAsync(ListEnvironmentsRequest request,
AsyncHandler<ListEnvironmentsRequest,ListEnvironmentsResult> asyncHandler)
Lists the Amazon Managed Workflows for Apache Airflow (MWAA) environments.
|
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest request)
Lists the key-value tag pairs associated to the Amazon Managed Workflows for Apache Airflow (MWAA) environment.
|
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists the key-value tag pairs associated to the Amazon Managed Workflows for Apache Airflow (MWAA) environment.
|
Future<PublishMetricsResult> |
publishMetricsAsync(PublishMetricsRequest request)
An operation for publishing metrics from the customers to the Ops plane.
|
Future<PublishMetricsResult> |
publishMetricsAsync(PublishMetricsRequest request,
AsyncHandler<PublishMetricsRequest,PublishMetricsResult> asyncHandler)
An operation for publishing metrics from the customers to the Ops plane.
|
Future<TagResourceResult> |
tagResourceAsync(TagResourceRequest request)
Associates key-value tag pairs to your Amazon Managed Workflows for Apache Airflow (MWAA) environment.
|
Future<TagResourceResult> |
tagResourceAsync(TagResourceRequest request,
AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Associates key-value tag pairs to your Amazon Managed Workflows for Apache Airflow (MWAA) environment.
|
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest request)
Removes key-value tag pairs associated to your Amazon Managed Workflows for Apache Airflow (MWAA) environment.
|
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes key-value tag pairs associated to your Amazon Managed Workflows for Apache Airflow (MWAA) environment.
|
Future<UpdateEnvironmentResult> |
updateEnvironmentAsync(UpdateEnvironmentRequest request)
Updates an Amazon Managed Workflows for Apache Airflow (MWAA) environment.
|
Future<UpdateEnvironmentResult> |
updateEnvironmentAsync(UpdateEnvironmentRequest request,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler)
Updates an Amazon Managed Workflows for Apache Airflow (MWAA) environment.
|
createCliToken, createEnvironment, createWebLoginToken, deleteEnvironment, getCachedResponseMetadata, getEnvironment, listEnvironments, listTagsForResource, publishMetrics, shutdown, tagResource, untagResource, updateEnvironmentequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateCliToken, createEnvironment, createWebLoginToken, deleteEnvironment, getCachedResponseMetadata, getEnvironment, listEnvironments, listTagsForResource, publishMetrics, shutdown, tagResource, untagResource, updateEnvironmentpublic Future<CreateCliTokenResult> createCliTokenAsync(CreateCliTokenRequest request)
AmazonMWAAAsyncCreate a CLI token to use Airflow CLI.
createCliTokenAsync in interface AmazonMWAAAsyncpublic Future<CreateCliTokenResult> createCliTokenAsync(CreateCliTokenRequest request, AsyncHandler<CreateCliTokenRequest,CreateCliTokenResult> asyncHandler)
AmazonMWAAAsyncCreate a CLI token to use Airflow CLI.
createCliTokenAsync in interface AmazonMWAAAsyncasyncHandler - 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<CreateEnvironmentResult> createEnvironmentAsync(CreateEnvironmentRequest request)
AmazonMWAAAsyncCreates an Amazon Managed Workflows for Apache Airflow (MWAA) environment.
createEnvironmentAsync in interface AmazonMWAAAsyncrequest - This section contains the Amazon Managed Workflows for Apache Airflow (MWAA) API reference documentation
to create an environment. For more information, see Get started with Amazon Managed
Workflows for Apache Airflow.public Future<CreateEnvironmentResult> createEnvironmentAsync(CreateEnvironmentRequest request, AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)
AmazonMWAAAsyncCreates an Amazon Managed Workflows for Apache Airflow (MWAA) environment.
createEnvironmentAsync in interface AmazonMWAAAsyncrequest - This section contains the Amazon Managed Workflows for Apache Airflow (MWAA) API reference documentation
to create an environment. For more information, see Get started with Amazon Managed
Workflows for Apache Airflow.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<CreateWebLoginTokenResult> createWebLoginTokenAsync(CreateWebLoginTokenRequest request)
AmazonMWAAAsyncCreate a JWT token to be used to login to Airflow Web UI with claims based Authentication.
createWebLoginTokenAsync in interface AmazonMWAAAsyncpublic Future<CreateWebLoginTokenResult> createWebLoginTokenAsync(CreateWebLoginTokenRequest request, AsyncHandler<CreateWebLoginTokenRequest,CreateWebLoginTokenResult> asyncHandler)
AmazonMWAAAsyncCreate a JWT token to be used to login to Airflow Web UI with claims based Authentication.
createWebLoginTokenAsync in interface AmazonMWAAAsyncasyncHandler - 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<DeleteEnvironmentResult> deleteEnvironmentAsync(DeleteEnvironmentRequest request)
AmazonMWAAAsyncDeletes an Amazon Managed Workflows for Apache Airflow (MWAA) environment.
deleteEnvironmentAsync in interface AmazonMWAAAsyncpublic Future<DeleteEnvironmentResult> deleteEnvironmentAsync(DeleteEnvironmentRequest request, AsyncHandler<DeleteEnvironmentRequest,DeleteEnvironmentResult> asyncHandler)
AmazonMWAAAsyncDeletes an Amazon Managed Workflows for Apache Airflow (MWAA) environment.
deleteEnvironmentAsync in interface AmazonMWAAAsyncasyncHandler - 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<GetEnvironmentResult> getEnvironmentAsync(GetEnvironmentRequest request)
AmazonMWAAAsyncRetrieves the details of an Amazon Managed Workflows for Apache Airflow (MWAA) environment.
getEnvironmentAsync in interface AmazonMWAAAsyncpublic Future<GetEnvironmentResult> getEnvironmentAsync(GetEnvironmentRequest request, AsyncHandler<GetEnvironmentRequest,GetEnvironmentResult> asyncHandler)
AmazonMWAAAsyncRetrieves the details of an Amazon Managed Workflows for Apache Airflow (MWAA) environment.
getEnvironmentAsync in interface AmazonMWAAAsyncasyncHandler - 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<ListEnvironmentsResult> listEnvironmentsAsync(ListEnvironmentsRequest request)
AmazonMWAAAsyncLists the Amazon Managed Workflows for Apache Airflow (MWAA) environments.
listEnvironmentsAsync in interface AmazonMWAAAsyncpublic Future<ListEnvironmentsResult> listEnvironmentsAsync(ListEnvironmentsRequest request, AsyncHandler<ListEnvironmentsRequest,ListEnvironmentsResult> asyncHandler)
AmazonMWAAAsyncLists the Amazon Managed Workflows for Apache Airflow (MWAA) environments.
listEnvironmentsAsync in interface AmazonMWAAAsyncasyncHandler - 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)
AmazonMWAAAsync
Lists the key-value tag pairs associated to the Amazon Managed Workflows for Apache Airflow (MWAA) environment.
For example, "Environment": "Staging".
listTagsForResourceAsync in interface AmazonMWAAAsyncpublic Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AmazonMWAAAsync
Lists the key-value tag pairs associated to the Amazon Managed Workflows for Apache Airflow (MWAA) environment.
For example, "Environment": "Staging".
listTagsForResourceAsync in interface AmazonMWAAAsyncasyncHandler - 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<PublishMetricsResult> publishMetricsAsync(PublishMetricsRequest request)
AmazonMWAAAsyncAn operation for publishing metrics from the customers to the Ops plane.
publishMetricsAsync in interface AmazonMWAAAsyncpublic Future<PublishMetricsResult> publishMetricsAsync(PublishMetricsRequest request, AsyncHandler<PublishMetricsRequest,PublishMetricsResult> asyncHandler)
AmazonMWAAAsyncAn operation for publishing metrics from the customers to the Ops plane.
publishMetricsAsync in interface AmazonMWAAAsyncasyncHandler - 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)
AmazonMWAAAsyncAssociates key-value tag pairs to your Amazon Managed Workflows for Apache Airflow (MWAA) environment.
tagResourceAsync in interface AmazonMWAAAsyncpublic Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AmazonMWAAAsyncAssociates key-value tag pairs to your Amazon Managed Workflows for Apache Airflow (MWAA) environment.
tagResourceAsync in interface AmazonMWAAAsyncasyncHandler - 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)
AmazonMWAAAsync
Removes key-value tag pairs associated to your Amazon Managed Workflows for Apache Airflow (MWAA) environment.
For example, "Environment": "Staging".
untagResourceAsync in interface AmazonMWAAAsyncpublic Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AmazonMWAAAsync
Removes key-value tag pairs associated to your Amazon Managed Workflows for Apache Airflow (MWAA) environment.
For example, "Environment": "Staging".
untagResourceAsync in interface AmazonMWAAAsyncasyncHandler - 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<UpdateEnvironmentResult> updateEnvironmentAsync(UpdateEnvironmentRequest request)
AmazonMWAAAsyncUpdates an Amazon Managed Workflows for Apache Airflow (MWAA) environment.
updateEnvironmentAsync in interface AmazonMWAAAsyncpublic Future<UpdateEnvironmentResult> updateEnvironmentAsync(UpdateEnvironmentRequest request, AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler)
AmazonMWAAAsyncUpdates an Amazon Managed Workflows for Apache Airflow (MWAA) environment.
updateEnvironmentAsync in interface AmazonMWAAAsyncasyncHandler - 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.