@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSApplicationDiscoveryAsync extends AbstractAWSApplicationDiscovery implements AWSApplicationDiscoveryAsync
AWSApplicationDiscoveryAsync
. Convenient method forms pass through to the
corresponding overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
associateConfigurationItemsToApplication, createApplication, createTags, deleteApplications, deleteTags, describeAgents, describeConfigurations, describeContinuousExports, describeExportConfigurations, describeExportTasks, describeTags, disassociateConfigurationItemsFromApplication, exportConfigurations, getCachedResponseMetadata, getDiscoverySummary, listConfigurations, listServerNeighbors, setEndpoint, setRegion, shutdown, startContinuousExport, startDataCollectionByAgentIds, startExportTask, stopContinuousExport, stopDataCollectionByAgentIds, updateApplication
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
associateConfigurationItemsToApplication, createApplication, createTags, deleteApplications, deleteTags, describeAgents, describeConfigurations, describeContinuousExports, describeExportConfigurations, describeExportTasks, describeTags, disassociateConfigurationItemsFromApplication, exportConfigurations, getCachedResponseMetadata, getDiscoverySummary, listConfigurations, listServerNeighbors, setEndpoint, setRegion, shutdown, startContinuousExport, startDataCollectionByAgentIds, startExportTask, stopContinuousExport, stopDataCollectionByAgentIds, updateApplication
public Future<AssociateConfigurationItemsToApplicationResult> associateConfigurationItemsToApplicationAsync(AssociateConfigurationItemsToApplicationRequest request)
AWSApplicationDiscoveryAsync
Associates one or more configuration items with an application.
associateConfigurationItemsToApplicationAsync
in interface AWSApplicationDiscoveryAsync
public Future<AssociateConfigurationItemsToApplicationResult> associateConfigurationItemsToApplicationAsync(AssociateConfigurationItemsToApplicationRequest request, AsyncHandler<AssociateConfigurationItemsToApplicationRequest,AssociateConfigurationItemsToApplicationResult> asyncHandler)
AWSApplicationDiscoveryAsync
Associates one or more configuration items with an application.
associateConfigurationItemsToApplicationAsync
in interface AWSApplicationDiscoveryAsync
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)
AWSApplicationDiscoveryAsync
Creates an application with the given name and description.
createApplicationAsync
in interface AWSApplicationDiscoveryAsync
public Future<CreateApplicationResult> createApplicationAsync(CreateApplicationRequest request, AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)
AWSApplicationDiscoveryAsync
Creates an application with the given name and description.
createApplicationAsync
in interface AWSApplicationDiscoveryAsync
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<CreateTagsResult> createTagsAsync(CreateTagsRequest request)
AWSApplicationDiscoveryAsync
Creates one or more tags for configuration items. Tags are metadata that help you categorize IT assets. This API accepts a list of multiple configuration items.
createTagsAsync
in interface AWSApplicationDiscoveryAsync
public Future<CreateTagsResult> createTagsAsync(CreateTagsRequest request, AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler)
AWSApplicationDiscoveryAsync
Creates one or more tags for configuration items. Tags are metadata that help you categorize IT assets. This API accepts a list of multiple configuration items.
createTagsAsync
in interface AWSApplicationDiscoveryAsync
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<DeleteApplicationsResult> deleteApplicationsAsync(DeleteApplicationsRequest request)
AWSApplicationDiscoveryAsync
Deletes a list of applications and their associations with configuration items.
deleteApplicationsAsync
in interface AWSApplicationDiscoveryAsync
public Future<DeleteApplicationsResult> deleteApplicationsAsync(DeleteApplicationsRequest request, AsyncHandler<DeleteApplicationsRequest,DeleteApplicationsResult> asyncHandler)
AWSApplicationDiscoveryAsync
Deletes a list of applications and their associations with configuration items.
deleteApplicationsAsync
in interface AWSApplicationDiscoveryAsync
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<DeleteTagsResult> deleteTagsAsync(DeleteTagsRequest request)
AWSApplicationDiscoveryAsync
Deletes the association between configuration items and one or more tags. This API accepts a list of multiple configuration items.
deleteTagsAsync
in interface AWSApplicationDiscoveryAsync
public Future<DeleteTagsResult> deleteTagsAsync(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)
AWSApplicationDiscoveryAsync
Deletes the association between configuration items and one or more tags. This API accepts a list of multiple configuration items.
deleteTagsAsync
in interface AWSApplicationDiscoveryAsync
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<DescribeAgentsResult> describeAgentsAsync(DescribeAgentsRequest request)
AWSApplicationDiscoveryAsync
Lists agents or connectors as specified by ID or other filters. All agents/connectors associated with your user
account can be listed if you call DescribeAgents
as is without passing any parameters.
describeAgentsAsync
in interface AWSApplicationDiscoveryAsync
public Future<DescribeAgentsResult> describeAgentsAsync(DescribeAgentsRequest request, AsyncHandler<DescribeAgentsRequest,DescribeAgentsResult> asyncHandler)
AWSApplicationDiscoveryAsync
Lists agents or connectors as specified by ID or other filters. All agents/connectors associated with your user
account can be listed if you call DescribeAgents
as is without passing any parameters.
describeAgentsAsync
in interface AWSApplicationDiscoveryAsync
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<DescribeConfigurationsResult> describeConfigurationsAsync(DescribeConfigurationsRequest request)
AWSApplicationDiscoveryAsync
Retrieves attributes for a list of configuration item IDs.
All of the supplied IDs must be for the same asset type from one of the follwoing:
server
application
process
connection
Output fields are specific to the asset type specified. For example, the output for a server configuration item includes a list of attributes about the server, such as host name, operating system, number of network cards, etc.
For a complete list of outputs for each asset type, see Using the DescribeConfigurations Action.
describeConfigurationsAsync
in interface AWSApplicationDiscoveryAsync
public Future<DescribeConfigurationsResult> describeConfigurationsAsync(DescribeConfigurationsRequest request, AsyncHandler<DescribeConfigurationsRequest,DescribeConfigurationsResult> asyncHandler)
AWSApplicationDiscoveryAsync
Retrieves attributes for a list of configuration item IDs.
All of the supplied IDs must be for the same asset type from one of the follwoing:
server
application
process
connection
Output fields are specific to the asset type specified. For example, the output for a server configuration item includes a list of attributes about the server, such as host name, operating system, number of network cards, etc.
For a complete list of outputs for each asset type, see Using the DescribeConfigurations Action.
describeConfigurationsAsync
in interface AWSApplicationDiscoveryAsync
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<DescribeContinuousExportsResult> describeContinuousExportsAsync(DescribeContinuousExportsRequest request)
AWSApplicationDiscoveryAsync
Lists exports as specified by ID. All continuous exports associated with your user account can be listed if you
call DescribeContinuousExports
as is without passing any parameters.
describeContinuousExportsAsync
in interface AWSApplicationDiscoveryAsync
public Future<DescribeContinuousExportsResult> describeContinuousExportsAsync(DescribeContinuousExportsRequest request, AsyncHandler<DescribeContinuousExportsRequest,DescribeContinuousExportsResult> asyncHandler)
AWSApplicationDiscoveryAsync
Lists exports as specified by ID. All continuous exports associated with your user account can be listed if you
call DescribeContinuousExports
as is without passing any parameters.
describeContinuousExportsAsync
in interface AWSApplicationDiscoveryAsync
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.@Deprecated public Future<DescribeExportConfigurationsResult> describeExportConfigurationsAsync(DescribeExportConfigurationsRequest request)
AWSApplicationDiscoveryAsync
DescribeExportConfigurations
is deprecated.
Use instead
DescribeExportTasks
.
describeExportConfigurationsAsync
in interface AWSApplicationDiscoveryAsync
@Deprecated public Future<DescribeExportConfigurationsResult> describeExportConfigurationsAsync(DescribeExportConfigurationsRequest request, AsyncHandler<DescribeExportConfigurationsRequest,DescribeExportConfigurationsResult> asyncHandler)
AWSApplicationDiscoveryAsync
DescribeExportConfigurations
is deprecated.
Use instead
DescribeExportTasks
.
describeExportConfigurationsAsync
in interface AWSApplicationDiscoveryAsync
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<DescribeExportTasksResult> describeExportTasksAsync(DescribeExportTasksRequest request)
AWSApplicationDiscoveryAsync
Retrieve status of one or more export tasks. You can retrieve the status of up to 100 export tasks.
describeExportTasksAsync
in interface AWSApplicationDiscoveryAsync
public Future<DescribeExportTasksResult> describeExportTasksAsync(DescribeExportTasksRequest request, AsyncHandler<DescribeExportTasksRequest,DescribeExportTasksResult> asyncHandler)
AWSApplicationDiscoveryAsync
Retrieve status of one or more export tasks. You can retrieve the status of up to 100 export tasks.
describeExportTasksAsync
in interface AWSApplicationDiscoveryAsync
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<DescribeTagsResult> describeTagsAsync(DescribeTagsRequest request)
AWSApplicationDiscoveryAsync
Retrieves a list of configuration items that have tags as specified by the key-value pairs, name and value,
passed to the optional parameter filters
.
There are three valid tag filter names:
tagKey
tagValue
configurationId
Also, all configuration items associated with your user account that have tags can be listed if you call
DescribeTags
as is without passing any parameters.
describeTagsAsync
in interface AWSApplicationDiscoveryAsync
public Future<DescribeTagsResult> describeTagsAsync(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
AWSApplicationDiscoveryAsync
Retrieves a list of configuration items that have tags as specified by the key-value pairs, name and value,
passed to the optional parameter filters
.
There are three valid tag filter names:
tagKey
tagValue
configurationId
Also, all configuration items associated with your user account that have tags can be listed if you call
DescribeTags
as is without passing any parameters.
describeTagsAsync
in interface AWSApplicationDiscoveryAsync
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<DisassociateConfigurationItemsFromApplicationResult> disassociateConfigurationItemsFromApplicationAsync(DisassociateConfigurationItemsFromApplicationRequest request)
AWSApplicationDiscoveryAsync
Disassociates one or more configuration items from an application.
disassociateConfigurationItemsFromApplicationAsync
in interface AWSApplicationDiscoveryAsync
public Future<DisassociateConfigurationItemsFromApplicationResult> disassociateConfigurationItemsFromApplicationAsync(DisassociateConfigurationItemsFromApplicationRequest request, AsyncHandler<DisassociateConfigurationItemsFromApplicationRequest,DisassociateConfigurationItemsFromApplicationResult> asyncHandler)
AWSApplicationDiscoveryAsync
Disassociates one or more configuration items from an application.
disassociateConfigurationItemsFromApplicationAsync
in interface AWSApplicationDiscoveryAsync
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.@Deprecated public Future<ExportConfigurationsResult> exportConfigurationsAsync(ExportConfigurationsRequest request)
AWSApplicationDiscoveryAsync
Deprecated. Use StartExportTask
instead.
Exports all discovered configuration data to an Amazon S3 bucket or an application that enables you to view and evaluate the data. Data includes tags and tag associations, processes, connections, servers, and system performance. This API returns an export ID that you can query using the DescribeExportConfigurations API. The system imposes a limit of two configuration exports in six hours.
exportConfigurationsAsync
in interface AWSApplicationDiscoveryAsync
@Deprecated public Future<ExportConfigurationsResult> exportConfigurationsAsync(ExportConfigurationsRequest request, AsyncHandler<ExportConfigurationsRequest,ExportConfigurationsResult> asyncHandler)
AWSApplicationDiscoveryAsync
Deprecated. Use StartExportTask
instead.
Exports all discovered configuration data to an Amazon S3 bucket or an application that enables you to view and evaluate the data. Data includes tags and tag associations, processes, connections, servers, and system performance. This API returns an export ID that you can query using the DescribeExportConfigurations API. The system imposes a limit of two configuration exports in six hours.
exportConfigurationsAsync
in interface AWSApplicationDiscoveryAsync
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<GetDiscoverySummaryResult> getDiscoverySummaryAsync(GetDiscoverySummaryRequest request)
AWSApplicationDiscoveryAsync
Retrieves a short summary of discovered assets.
This API operation takes no request parameters and is called as is at the command prompt as shown in the example.
getDiscoverySummaryAsync
in interface AWSApplicationDiscoveryAsync
public Future<GetDiscoverySummaryResult> getDiscoverySummaryAsync(GetDiscoverySummaryRequest request, AsyncHandler<GetDiscoverySummaryRequest,GetDiscoverySummaryResult> asyncHandler)
AWSApplicationDiscoveryAsync
Retrieves a short summary of discovered assets.
This API operation takes no request parameters and is called as is at the command prompt as shown in the example.
getDiscoverySummaryAsync
in interface AWSApplicationDiscoveryAsync
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<ListConfigurationsResult> listConfigurationsAsync(ListConfigurationsRequest request)
AWSApplicationDiscoveryAsync
Retrieves a list of configuration items as specified by the value passed to the required paramater
configurationType
. Optional filtering may be applied to refine search results.
listConfigurationsAsync
in interface AWSApplicationDiscoveryAsync
public Future<ListConfigurationsResult> listConfigurationsAsync(ListConfigurationsRequest request, AsyncHandler<ListConfigurationsRequest,ListConfigurationsResult> asyncHandler)
AWSApplicationDiscoveryAsync
Retrieves a list of configuration items as specified by the value passed to the required paramater
configurationType
. Optional filtering may be applied to refine search results.
listConfigurationsAsync
in interface AWSApplicationDiscoveryAsync
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<ListServerNeighborsResult> listServerNeighborsAsync(ListServerNeighborsRequest request)
AWSApplicationDiscoveryAsync
Retrieves a list of servers that are one network hop away from a specified server.
listServerNeighborsAsync
in interface AWSApplicationDiscoveryAsync
public Future<ListServerNeighborsResult> listServerNeighborsAsync(ListServerNeighborsRequest request, AsyncHandler<ListServerNeighborsRequest,ListServerNeighborsResult> asyncHandler)
AWSApplicationDiscoveryAsync
Retrieves a list of servers that are one network hop away from a specified server.
listServerNeighborsAsync
in interface AWSApplicationDiscoveryAsync
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<StartContinuousExportResult> startContinuousExportAsync(StartContinuousExportRequest request)
AWSApplicationDiscoveryAsync
Start the continuous flow of agent's discovered data into Amazon Athena.
startContinuousExportAsync
in interface AWSApplicationDiscoveryAsync
public Future<StartContinuousExportResult> startContinuousExportAsync(StartContinuousExportRequest request, AsyncHandler<StartContinuousExportRequest,StartContinuousExportResult> asyncHandler)
AWSApplicationDiscoveryAsync
Start the continuous flow of agent's discovered data into Amazon Athena.
startContinuousExportAsync
in interface AWSApplicationDiscoveryAsync
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<StartDataCollectionByAgentIdsResult> startDataCollectionByAgentIdsAsync(StartDataCollectionByAgentIdsRequest request)
AWSApplicationDiscoveryAsync
Instructs the specified agents or connectors to start collecting data.
startDataCollectionByAgentIdsAsync
in interface AWSApplicationDiscoveryAsync
public Future<StartDataCollectionByAgentIdsResult> startDataCollectionByAgentIdsAsync(StartDataCollectionByAgentIdsRequest request, AsyncHandler<StartDataCollectionByAgentIdsRequest,StartDataCollectionByAgentIdsResult> asyncHandler)
AWSApplicationDiscoveryAsync
Instructs the specified agents or connectors to start collecting data.
startDataCollectionByAgentIdsAsync
in interface AWSApplicationDiscoveryAsync
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<StartExportTaskResult> startExportTaskAsync(StartExportTaskRequest request)
AWSApplicationDiscoveryAsync
Begins the export of discovered data to an S3 bucket.
If you specify agentIds
in a filter, the task exports up to 72 hours of detailed data collected by
the identified Application Discovery Agent, including network, process, and performance details. A time range for
exported agent data may be set by using startTime
and endTime
. Export of detailed agent
data is limited to five concurrently running exports.
If you do not include an agentIds
filter, summary data is exported that includes both AWS Agentless
Discovery Connector data and summary data from AWS Discovery Agents. Export of summary data is limited to two
exports per day.
startExportTaskAsync
in interface AWSApplicationDiscoveryAsync
public Future<StartExportTaskResult> startExportTaskAsync(StartExportTaskRequest request, AsyncHandler<StartExportTaskRequest,StartExportTaskResult> asyncHandler)
AWSApplicationDiscoveryAsync
Begins the export of discovered data to an S3 bucket.
If you specify agentIds
in a filter, the task exports up to 72 hours of detailed data collected by
the identified Application Discovery Agent, including network, process, and performance details. A time range for
exported agent data may be set by using startTime
and endTime
. Export of detailed agent
data is limited to five concurrently running exports.
If you do not include an agentIds
filter, summary data is exported that includes both AWS Agentless
Discovery Connector data and summary data from AWS Discovery Agents. Export of summary data is limited to two
exports per day.
startExportTaskAsync
in interface AWSApplicationDiscoveryAsync
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<StopContinuousExportResult> stopContinuousExportAsync(StopContinuousExportRequest request)
AWSApplicationDiscoveryAsync
Stop the continuous flow of agent's discovered data into Amazon Athena.
stopContinuousExportAsync
in interface AWSApplicationDiscoveryAsync
public Future<StopContinuousExportResult> stopContinuousExportAsync(StopContinuousExportRequest request, AsyncHandler<StopContinuousExportRequest,StopContinuousExportResult> asyncHandler)
AWSApplicationDiscoveryAsync
Stop the continuous flow of agent's discovered data into Amazon Athena.
stopContinuousExportAsync
in interface AWSApplicationDiscoveryAsync
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<StopDataCollectionByAgentIdsResult> stopDataCollectionByAgentIdsAsync(StopDataCollectionByAgentIdsRequest request)
AWSApplicationDiscoveryAsync
Instructs the specified agents or connectors to stop collecting data.
stopDataCollectionByAgentIdsAsync
in interface AWSApplicationDiscoveryAsync
public Future<StopDataCollectionByAgentIdsResult> stopDataCollectionByAgentIdsAsync(StopDataCollectionByAgentIdsRequest request, AsyncHandler<StopDataCollectionByAgentIdsRequest,StopDataCollectionByAgentIdsResult> asyncHandler)
AWSApplicationDiscoveryAsync
Instructs the specified agents or connectors to stop collecting data.
stopDataCollectionByAgentIdsAsync
in interface AWSApplicationDiscoveryAsync
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)
AWSApplicationDiscoveryAsync
Updates metadata about an application.
updateApplicationAsync
in interface AWSApplicationDiscoveryAsync
public Future<UpdateApplicationResult> updateApplicationAsync(UpdateApplicationRequest request, AsyncHandler<UpdateApplicationRequest,UpdateApplicationResult> asyncHandler)
AWSApplicationDiscoveryAsync
Updates metadata about an application.
updateApplicationAsync
in interface AWSApplicationDiscoveryAsync
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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.