@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonMWAA extends Object implements AmazonMWAA
AmazonMWAA. Convenient method forms pass through to the corresponding overload
that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
CreateCliTokenResult |
createCliToken(CreateCliTokenRequest request)
Creates a CLI token for the Airflow CLI.
|
CreateEnvironmentResult |
createEnvironment(CreateEnvironmentRequest request)
Creates an Amazon Managed Workflows for Apache Airflow (MWAA) environment.
|
CreateWebLoginTokenResult |
createWebLoginToken(CreateWebLoginTokenRequest request)
Creates a web login token for the Airflow Web UI.
|
DeleteEnvironmentResult |
deleteEnvironment(DeleteEnvironmentRequest request)
Deletes an Amazon Managed Workflows for Apache Airflow (MWAA) environment.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetEnvironmentResult |
getEnvironment(GetEnvironmentRequest request)
Describes an Amazon Managed Workflows for Apache Airflow (MWAA) environment.
|
ListEnvironmentsResult |
listEnvironments(ListEnvironmentsRequest request)
Lists the Amazon Managed Workflows for Apache Airflow (MWAA) environments.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Lists the key-value tag pairs associated to the Amazon Managed Workflows for Apache Airflow (MWAA) environment.
|
PublishMetricsResult |
publishMetrics(PublishMetricsRequest request)
Deprecated.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Associates key-value tag pairs to your Amazon Managed Workflows for Apache Airflow (MWAA) environment.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes key-value tag pairs associated to your Amazon Managed Workflows for Apache Airflow (MWAA) environment.
|
UpdateEnvironmentResult |
updateEnvironment(UpdateEnvironmentRequest request)
Updates an Amazon Managed Workflows for Apache Airflow (MWAA) environment.
|
public CreateCliTokenResult createCliToken(CreateCliTokenRequest request)
AmazonMWAACreates a CLI token for the Airflow CLI. To learn more, see Creating an Apache Airflow CLI token.
createCliToken in interface AmazonMWAApublic CreateEnvironmentResult createEnvironment(CreateEnvironmentRequest request)
AmazonMWAACreates an Amazon Managed Workflows for Apache Airflow (MWAA) environment.
createEnvironment in interface AmazonMWAArequest - 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 CreateWebLoginTokenResult createWebLoginToken(CreateWebLoginTokenRequest request)
AmazonMWAACreates a web login token for the Airflow Web UI. To learn more, see Creating an Apache Airflow web login token.
createWebLoginToken in interface AmazonMWAApublic DeleteEnvironmentResult deleteEnvironment(DeleteEnvironmentRequest request)
AmazonMWAADeletes an Amazon Managed Workflows for Apache Airflow (MWAA) environment.
deleteEnvironment in interface AmazonMWAApublic GetEnvironmentResult getEnvironment(GetEnvironmentRequest request)
AmazonMWAADescribes an Amazon Managed Workflows for Apache Airflow (MWAA) environment.
getEnvironment in interface AmazonMWAApublic ListEnvironmentsResult listEnvironments(ListEnvironmentsRequest request)
AmazonMWAALists the Amazon Managed Workflows for Apache Airflow (MWAA) environments.
listEnvironments in interface AmazonMWAApublic ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AmazonMWAA
Lists the key-value tag pairs associated to the Amazon Managed Workflows for Apache Airflow (MWAA) environment.
For example, "Environment": "Staging".
listTagsForResource in interface AmazonMWAA@Deprecated public PublishMetricsResult publishMetrics(PublishMetricsRequest request)
AmazonMWAAInternal only. Publishes environment health metrics to Amazon CloudWatch.
publishMetrics in interface AmazonMWAApublic TagResourceResult tagResource(TagResourceRequest request)
AmazonMWAAAssociates key-value tag pairs to your Amazon Managed Workflows for Apache Airflow (MWAA) environment.
tagResource in interface AmazonMWAApublic UntagResourceResult untagResource(UntagResourceRequest request)
AmazonMWAA
Removes key-value tag pairs associated to your Amazon Managed Workflows for Apache Airflow (MWAA) environment.
For example, "Environment": "Staging".
untagResource in interface AmazonMWAApublic UpdateEnvironmentResult updateEnvironment(UpdateEnvironmentRequest request)
AmazonMWAAUpdates an Amazon Managed Workflows for Apache Airflow (MWAA) environment.
updateEnvironment in interface AmazonMWAApublic void shutdown()
AmazonMWAAshutdown in interface AmazonMWAApublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonMWAAResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AmazonMWAArequest - The originally executed request.