@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, describeExportConfigurations, describeTags, disassociateConfigurationItemsFromApplication, exportConfigurations, getCachedResponseMetadata, getDiscoverySummary, listConfigurations, listServerNeighbors, setEndpoint, setRegion, shutdown, startDataCollectionByAgentIds, stopDataCollectionByAgentIds, updateApplication
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
associateConfigurationItemsToApplication, createApplication, createTags, deleteApplications, deleteTags, describeAgents, describeConfigurations, describeExportConfigurations, describeTags, disassociateConfigurationItemsFromApplication, exportConfigurations, getCachedResponseMetadata, getDiscoverySummary, listConfigurations, listServerNeighbors, setEndpoint, setRegion, shutdown, startDataCollectionByAgentIds, 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 the Connector by ID or lists all agents/Connectors associated with your user account if you did not specify an ID.
describeAgentsAsync
in interface AWSApplicationDiscoveryAsync
public Future<DescribeAgentsResult> describeAgentsAsync(DescribeAgentsRequest request, AsyncHandler<DescribeAgentsRequest,DescribeAgentsResult> asyncHandler)
AWSApplicationDiscoveryAsync
Lists agents or the Connector by ID or lists all agents/Connectors associated with your user account if you did not specify an ID.
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 (server, application, process, or connection). Output fields are specific to the asset type selected. For example, the output for a server configuration item includes a list of attributes about the server, such as host name, operating system, and number of network cards.
For a complete list of outputs for each asset type, see Querying Discovered Configuration Items.
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 (server, application, process, or connection). Output fields are specific to the asset type selected. For example, the output for a server configuration item includes a list of attributes about the server, such as host name, operating system, and number of network cards.
For a complete list of outputs for each asset type, see Querying Discovered Configuration Items.
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<DescribeExportConfigurationsResult> describeExportConfigurationsAsync(DescribeExportConfigurationsRequest request)
AWSApplicationDiscoveryAsync
Retrieves the status of a given export process. You can retrieve status from a maximum of 100 processes.
describeExportConfigurationsAsync
in interface AWSApplicationDiscoveryAsync
public Future<DescribeExportConfigurationsResult> describeExportConfigurationsAsync(DescribeExportConfigurationsRequest request, AsyncHandler<DescribeExportConfigurationsRequest,DescribeExportConfigurationsResult> asyncHandler)
AWSApplicationDiscoveryAsync
Retrieves the status of a given export process. You can retrieve status from a maximum of 100 processes.
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<DescribeTagsResult> describeTagsAsync(DescribeTagsRequest request)
AWSApplicationDiscoveryAsync
Retrieves a list of configuration items that are tagged with a specific tag. Or retrieves a list of all tags assigned to a specific configuration item.
describeTagsAsync
in interface AWSApplicationDiscoveryAsync
public Future<DescribeTagsResult> describeTagsAsync(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
AWSApplicationDiscoveryAsync
Retrieves a list of configuration items that are tagged with a specific tag. Or retrieves a list of all tags assigned to a specific configuration item.
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.public Future<ExportConfigurationsResult> exportConfigurationsAsync(ExportConfigurationsRequest request)
AWSApplicationDiscoveryAsync
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 which you can query using the DescribeExportConfigurations API. The system imposes a limit of two configuration exports in six hours.
exportConfigurationsAsync
in interface AWSApplicationDiscoveryAsync
public Future<ExportConfigurationsResult> exportConfigurationsAsync(ExportConfigurationsRequest request, AsyncHandler<ExportConfigurationsRequest,ExportConfigurationsResult> asyncHandler)
AWSApplicationDiscoveryAsync
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 which 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.
getDiscoverySummaryAsync
in interface AWSApplicationDiscoveryAsync
public Future<GetDiscoverySummaryResult> getDiscoverySummaryAsync(GetDiscoverySummaryRequest request, AsyncHandler<GetDiscoverySummaryRequest,GetDiscoverySummaryResult> asyncHandler)
AWSApplicationDiscoveryAsync
Retrieves a short summary of discovered assets.
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 according to criteria you specify in a filter. The filter criteria identify relationship requirements.
listConfigurationsAsync
in interface AWSApplicationDiscoveryAsync
public Future<ListConfigurationsResult> listConfigurationsAsync(ListConfigurationsRequest request, AsyncHandler<ListConfigurationsRequest,ListConfigurationsResult> asyncHandler)
AWSApplicationDiscoveryAsync
Retrieves a list of configuration items according to criteria you specify in a filter. The filter criteria identify relationship requirements.
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 which 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 which 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<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<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.