@Generated(value="software.amazon.awssdk:codegen") public interface ApplicationDiscoveryAsyncClient extends SdkClient
builder()
method.
AWS Application Discovery Service helps you plan application migration projects by automatically identifying servers, virtual machines (VMs), software, and software dependencies running in your on-premises data centers. Application Discovery Service also collects application performance data, which can help you assess the outcome of your migration. The data collected by Application Discovery Service is securely retained in an AWS-hosted and managed database in the cloud. You can export the data as a CSV or XML file into your preferred visualization tool or cloud-migration solution to plan your migration. For more information, see AWS Application Discovery Service FAQ.
Application Discovery Service offers two modes of operation:
Agentless discovery mode is recommended for environments that use VMware vCenter Server. This mode doesn't require you to install an agent on each host. Agentless discovery gathers server information regardless of the operating systems, which minimizes the time required for initial on-premises infrastructure assessment. Agentless discovery doesn't collect information about software and software dependencies. It also doesn't work in non-VMware environments.
Agent-based discovery mode collects a richer set of data than agentless discovery by using the AWS Application Discovery Agent, which you install on one or more hosts in your data center. The agent captures infrastructure and application information, including an inventory of installed software applications, system and process performance, resource utilization, and network dependencies between workloads. The information collected by agents is secured at rest and in transit to the Application Discovery Service database in the cloud.
We recommend that you use agent-based discovery for non-VMware environments and to collect information about software and software dependencies. You can also run agent-based and agentless discovery simultaneously. Use agentless discovery to quickly complete the initial infrastructure assessment and then install agents on select hosts.
Application Discovery Service integrates with application discovery solutions from AWS Partner Network (APN) partners. Third-party application discovery tools can query Application Discovery Service and write to the Application Discovery Service database using a public API. You can then import the data into either a visualization tool or cloud-migration solution.
Application Discovery Service doesn't gather sensitive information. All data is handled according to the AWS Privacy Policy. You can operate Application Discovery Service offline to inspect collected data before it is shared with the service.
Your AWS account must be granted access to Application Discovery Service, a process called whitelisting. This is true for AWS partners and customers alike. To request access, sign up for Application Discovery Service.
This API reference provides descriptions, syntax, and usage examples for each of the actions and data types for Application Discovery Service. The topic for each action shows the API request parameters and the response. Alternatively, you can use one of the AWS SDKs to access an API that is tailored to the programming language or platform that you're using. For more information, see AWS SDKs.
This guide is intended for use with the AWS Application Discovery Service User Guide .
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<AssociateConfigurationItemsToApplicationResponse> |
associateConfigurationItemsToApplication(AssociateConfigurationItemsToApplicationRequest associateConfigurationItemsToApplicationRequest)
Associates one or more configuration items with an application.
|
default CompletableFuture<AssociateConfigurationItemsToApplicationResponse> |
associateConfigurationItemsToApplication(Consumer<AssociateConfigurationItemsToApplicationRequest.Builder> associateConfigurationItemsToApplicationRequest)
Associates one or more configuration items with an application.
|
static ApplicationDiscoveryAsyncClientBuilder |
builder()
Create a builder that can be used to configure and create a
ApplicationDiscoveryAsyncClient . |
static ApplicationDiscoveryAsyncClient |
create()
Create a
ApplicationDiscoveryAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider . |
default CompletableFuture<CreateApplicationResponse> |
createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)
Creates an application with the given name and description.
|
default CompletableFuture<CreateApplicationResponse> |
createApplication(CreateApplicationRequest createApplicationRequest)
Creates an application with the given name and description.
|
default CompletableFuture<CreateTagsResponse> |
createTags(Consumer<CreateTagsRequest.Builder> createTagsRequest)
Creates one or more tags for configuration items.
|
default CompletableFuture<CreateTagsResponse> |
createTags(CreateTagsRequest createTagsRequest)
Creates one or more tags for configuration items.
|
default CompletableFuture<DeleteApplicationsResponse> |
deleteApplications(Consumer<DeleteApplicationsRequest.Builder> deleteApplicationsRequest)
Deletes a list of applications and their associations with configuration items.
|
default CompletableFuture<DeleteApplicationsResponse> |
deleteApplications(DeleteApplicationsRequest deleteApplicationsRequest)
Deletes a list of applications and their associations with configuration items.
|
default CompletableFuture<DeleteTagsResponse> |
deleteTags(Consumer<DeleteTagsRequest.Builder> deleteTagsRequest)
Deletes the association between configuration items and one or more tags.
|
default CompletableFuture<DeleteTagsResponse> |
deleteTags(DeleteTagsRequest deleteTagsRequest)
Deletes the association between configuration items and one or more tags.
|
default CompletableFuture<DescribeAgentsResponse> |
describeAgents()
Lists agents or connectors as specified by ID or other filters.
|
default CompletableFuture<DescribeAgentsResponse> |
describeAgents(Consumer<DescribeAgentsRequest.Builder> describeAgentsRequest)
Lists agents or connectors as specified by ID or other filters.
|
default CompletableFuture<DescribeAgentsResponse> |
describeAgents(DescribeAgentsRequest describeAgentsRequest)
Lists agents or connectors as specified by ID or other filters.
|
default CompletableFuture<DescribeConfigurationsResponse> |
describeConfigurations(Consumer<DescribeConfigurationsRequest.Builder> describeConfigurationsRequest)
Retrieves attributes for a list of configuration item IDs.
|
default CompletableFuture<DescribeConfigurationsResponse> |
describeConfigurations(DescribeConfigurationsRequest describeConfigurationsRequest)
Retrieves attributes for a list of configuration item IDs.
|
default CompletableFuture<DescribeContinuousExportsResponse> |
describeContinuousExports(Consumer<DescribeContinuousExportsRequest.Builder> describeContinuousExportsRequest)
Lists exports as specified by ID.
|
default CompletableFuture<DescribeContinuousExportsResponse> |
describeContinuousExports(DescribeContinuousExportsRequest describeContinuousExportsRequest)
Lists exports as specified by ID.
|
default DescribeContinuousExportsPublisher |
describeContinuousExportsPaginator(Consumer<DescribeContinuousExportsRequest.Builder> describeContinuousExportsRequest)
Lists exports as specified by ID.
|
default DescribeContinuousExportsPublisher |
describeContinuousExportsPaginator(DescribeContinuousExportsRequest describeContinuousExportsRequest)
Lists exports as specified by ID.
|
default CompletableFuture<DescribeExportTasksResponse> |
describeExportTasks()
Retrieve status of one or more export tasks.
|
default CompletableFuture<DescribeExportTasksResponse> |
describeExportTasks(Consumer<DescribeExportTasksRequest.Builder> describeExportTasksRequest)
Retrieve status of one or more export tasks.
|
default CompletableFuture<DescribeExportTasksResponse> |
describeExportTasks(DescribeExportTasksRequest describeExportTasksRequest)
Retrieve status of one or more export tasks.
|
default CompletableFuture<DescribeTagsResponse> |
describeTags()
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 . |
default CompletableFuture<DescribeTagsResponse> |
describeTags(Consumer<DescribeTagsRequest.Builder> describeTagsRequest)
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 . |
default CompletableFuture<DescribeTagsResponse> |
describeTags(DescribeTagsRequest describeTagsRequest)
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 . |
default CompletableFuture<DisassociateConfigurationItemsFromApplicationResponse> |
disassociateConfigurationItemsFromApplication(Consumer<DisassociateConfigurationItemsFromApplicationRequest.Builder> disassociateConfigurationItemsFromApplicationRequest)
Disassociates one or more configuration items from an application.
|
default CompletableFuture<DisassociateConfigurationItemsFromApplicationResponse> |
disassociateConfigurationItemsFromApplication(DisassociateConfigurationItemsFromApplicationRequest disassociateConfigurationItemsFromApplicationRequest)
Disassociates one or more configuration items from an application.
|
default CompletableFuture<GetDiscoverySummaryResponse> |
getDiscoverySummary()
Retrieves a short summary of discovered assets.
|
default CompletableFuture<GetDiscoverySummaryResponse> |
getDiscoverySummary(Consumer<GetDiscoverySummaryRequest.Builder> getDiscoverySummaryRequest)
Retrieves a short summary of discovered assets.
|
default CompletableFuture<GetDiscoverySummaryResponse> |
getDiscoverySummary(GetDiscoverySummaryRequest getDiscoverySummaryRequest)
Retrieves a short summary of discovered assets.
|
default CompletableFuture<ListConfigurationsResponse> |
listConfigurations(Consumer<ListConfigurationsRequest.Builder> listConfigurationsRequest)
Retrieves a list of configuration items as specified by the value passed to the required paramater
configurationType . |
default CompletableFuture<ListConfigurationsResponse> |
listConfigurations(ListConfigurationsRequest listConfigurationsRequest)
Retrieves a list of configuration items as specified by the value passed to the required paramater
configurationType . |
default CompletableFuture<ListServerNeighborsResponse> |
listServerNeighbors(Consumer<ListServerNeighborsRequest.Builder> listServerNeighborsRequest)
Retrieves a list of servers that are one network hop away from a specified server.
|
default CompletableFuture<ListServerNeighborsResponse> |
listServerNeighbors(ListServerNeighborsRequest listServerNeighborsRequest)
Retrieves a list of servers that are one network hop away from a specified server.
|
default CompletableFuture<StartContinuousExportResponse> |
startContinuousExport(Consumer<StartContinuousExportRequest.Builder> startContinuousExportRequest)
Start the continuous flow of agent's discovered data into Amazon Athena.
|
default CompletableFuture<StartContinuousExportResponse> |
startContinuousExport(StartContinuousExportRequest startContinuousExportRequest)
Start the continuous flow of agent's discovered data into Amazon Athena.
|
default CompletableFuture<StartDataCollectionByAgentIdsResponse> |
startDataCollectionByAgentIds(Consumer<StartDataCollectionByAgentIdsRequest.Builder> startDataCollectionByAgentIdsRequest)
Instructs the specified agents or connectors to start collecting data.
|
default CompletableFuture<StartDataCollectionByAgentIdsResponse> |
startDataCollectionByAgentIds(StartDataCollectionByAgentIdsRequest startDataCollectionByAgentIdsRequest)
Instructs the specified agents or connectors to start collecting data.
|
default CompletableFuture<StartExportTaskResponse> |
startExportTask()
Begins the export of discovered data to an S3 bucket.
|
default CompletableFuture<StartExportTaskResponse> |
startExportTask(Consumer<StartExportTaskRequest.Builder> startExportTaskRequest)
Begins the export of discovered data to an S3 bucket.
|
default CompletableFuture<StartExportTaskResponse> |
startExportTask(StartExportTaskRequest startExportTaskRequest)
Begins the export of discovered data to an S3 bucket.
|
default CompletableFuture<StopContinuousExportResponse> |
stopContinuousExport(Consumer<StopContinuousExportRequest.Builder> stopContinuousExportRequest)
Stop the continuous flow of agent's discovered data into Amazon Athena.
|
default CompletableFuture<StopContinuousExportResponse> |
stopContinuousExport(StopContinuousExportRequest stopContinuousExportRequest)
Stop the continuous flow of agent's discovered data into Amazon Athena.
|
default CompletableFuture<StopDataCollectionByAgentIdsResponse> |
stopDataCollectionByAgentIds(Consumer<StopDataCollectionByAgentIdsRequest.Builder> stopDataCollectionByAgentIdsRequest)
Instructs the specified agents or connectors to stop collecting data.
|
default CompletableFuture<StopDataCollectionByAgentIdsResponse> |
stopDataCollectionByAgentIds(StopDataCollectionByAgentIdsRequest stopDataCollectionByAgentIdsRequest)
Instructs the specified agents or connectors to stop collecting data.
|
default CompletableFuture<UpdateApplicationResponse> |
updateApplication(Consumer<UpdateApplicationRequest.Builder> updateApplicationRequest)
Updates metadata about an application.
|
default CompletableFuture<UpdateApplicationResponse> |
updateApplication(UpdateApplicationRequest updateApplicationRequest)
Updates metadata about an application.
|
serviceName
close
static final String SERVICE_NAME
static ApplicationDiscoveryAsyncClient create()
ApplicationDiscoveryAsyncClient
with the region loaded from the
DefaultAwsRegionProviderChain
and credentials loaded from the
DefaultCredentialsProvider
.static ApplicationDiscoveryAsyncClientBuilder builder()
ApplicationDiscoveryAsyncClient
.default CompletableFuture<AssociateConfigurationItemsToApplicationResponse> associateConfigurationItemsToApplication(AssociateConfigurationItemsToApplicationRequest associateConfigurationItemsToApplicationRequest)
Associates one or more configuration items with an application.
associateConfigurationItemsToApplicationRequest
- default CompletableFuture<AssociateConfigurationItemsToApplicationResponse> associateConfigurationItemsToApplication(Consumer<AssociateConfigurationItemsToApplicationRequest.Builder> associateConfigurationItemsToApplicationRequest)
Associates one or more configuration items with an application.
This is a convenience which creates an instance of the
AssociateConfigurationItemsToApplicationRequest.Builder
avoiding the need to create one manually via
AssociateConfigurationItemsToApplicationRequest.builder()
associateConfigurationItemsToApplicationRequest
- A Consumer
that will call methods on
AssociateConfigurationItemsToApplicationRequest.Builder
to create a request.default CompletableFuture<CreateApplicationResponse> createApplication(CreateApplicationRequest createApplicationRequest)
Creates an application with the given name and description.
createApplicationRequest
- default CompletableFuture<CreateApplicationResponse> createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)
Creates an application with the given name and description.
This is a convenience which creates an instance of the CreateApplicationRequest.Builder
avoiding the need
to create one manually via CreateApplicationRequest.builder()
createApplicationRequest
- A Consumer
that will call methods on CreateApplicationRequest.Builder
to create a request.default CompletableFuture<CreateTagsResponse> createTags(CreateTagsRequest createTagsRequest)
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.
createTagsRequest
- default CompletableFuture<CreateTagsResponse> createTags(Consumer<CreateTagsRequest.Builder> createTagsRequest)
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.
This is a convenience which creates an instance of the CreateTagsRequest.Builder
avoiding the need to
create one manually via CreateTagsRequest.builder()
createTagsRequest
- A Consumer
that will call methods on CreateTagsRequest.Builder
to create a request.default CompletableFuture<DeleteApplicationsResponse> deleteApplications(DeleteApplicationsRequest deleteApplicationsRequest)
Deletes a list of applications and their associations with configuration items.
deleteApplicationsRequest
- default CompletableFuture<DeleteApplicationsResponse> deleteApplications(Consumer<DeleteApplicationsRequest.Builder> deleteApplicationsRequest)
Deletes a list of applications and their associations with configuration items.
This is a convenience which creates an instance of the DeleteApplicationsRequest.Builder
avoiding the
need to create one manually via DeleteApplicationsRequest.builder()
deleteApplicationsRequest
- A Consumer
that will call methods on DeleteApplicationsRequest.Builder
to create a
request.default CompletableFuture<DeleteTagsResponse> deleteTags(DeleteTagsRequest deleteTagsRequest)
Deletes the association between configuration items and one or more tags. This API accepts a list of multiple configuration items.
deleteTagsRequest
- default CompletableFuture<DeleteTagsResponse> deleteTags(Consumer<DeleteTagsRequest.Builder> deleteTagsRequest)
Deletes the association between configuration items and one or more tags. This API accepts a list of multiple configuration items.
This is a convenience which creates an instance of the DeleteTagsRequest.Builder
avoiding the need to
create one manually via DeleteTagsRequest.builder()
deleteTagsRequest
- A Consumer
that will call methods on DeleteTagsRequest.Builder
to create a request.default CompletableFuture<DescribeAgentsResponse> describeAgents(DescribeAgentsRequest describeAgentsRequest)
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.
describeAgentsRequest
- default CompletableFuture<DescribeAgentsResponse> describeAgents(Consumer<DescribeAgentsRequest.Builder> describeAgentsRequest)
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.
This is a convenience which creates an instance of the DescribeAgentsRequest.Builder
avoiding the need to
create one manually via DescribeAgentsRequest.builder()
describeAgentsRequest
- A Consumer
that will call methods on DescribeAgentsRequest.Builder
to create a request.default CompletableFuture<DescribeAgentsResponse> describeAgents()
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.
default CompletableFuture<DescribeConfigurationsResponse> describeConfigurations(DescribeConfigurationsRequest describeConfigurationsRequest)
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.
describeConfigurationsRequest
- default CompletableFuture<DescribeConfigurationsResponse> describeConfigurations(Consumer<DescribeConfigurationsRequest.Builder> describeConfigurationsRequest)
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.
This is a convenience which creates an instance of the DescribeConfigurationsRequest.Builder
avoiding the
need to create one manually via DescribeConfigurationsRequest.builder()
describeConfigurationsRequest
- A Consumer
that will call methods on DescribeConfigurationsRequest.Builder
to create a
request.default CompletableFuture<DescribeContinuousExportsResponse> describeContinuousExports(DescribeContinuousExportsRequest describeContinuousExportsRequest)
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.
describeContinuousExportsRequest
- default CompletableFuture<DescribeContinuousExportsResponse> describeContinuousExports(Consumer<DescribeContinuousExportsRequest.Builder> describeContinuousExportsRequest)
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.
This is a convenience which creates an instance of the DescribeContinuousExportsRequest.Builder
avoiding
the need to create one manually via DescribeContinuousExportsRequest.builder()
describeContinuousExportsRequest
- A Consumer
that will call methods on DescribeContinuousExportsRequest.Builder
to create a
request.default DescribeContinuousExportsPublisher describeContinuousExportsPaginator(DescribeContinuousExportsRequest describeContinuousExportsRequest)
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.
This is a variant of
describeContinuousExports(software.amazon.awssdk.services.applicationdiscovery.model.DescribeContinuousExportsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.applicationdiscovery.paginators.DescribeContinuousExportsPublisher publisher = client.describeContinuousExportsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.applicationdiscovery.paginators.DescribeContinuousExportsPublisher publisher = client.describeContinuousExportsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.applicationdiscovery.model.DescribeContinuousExportsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.applicationdiscovery.model.DescribeContinuousExportsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Note: If you prefer to have control on service calls, use the
describeContinuousExports(software.amazon.awssdk.services.applicationdiscovery.model.DescribeContinuousExportsRequest)
operation.
describeContinuousExportsRequest
- default DescribeContinuousExportsPublisher describeContinuousExportsPaginator(Consumer<DescribeContinuousExportsRequest.Builder> describeContinuousExportsRequest)
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.
This is a variant of
describeContinuousExports(software.amazon.awssdk.services.applicationdiscovery.model.DescribeContinuousExportsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe
method will result in a new Subscription
i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.applicationdiscovery.paginators.DescribeContinuousExportsPublisher publisher = client.describeContinuousExportsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.applicationdiscovery.paginators.DescribeContinuousExportsPublisher publisher = client.describeContinuousExportsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.applicationdiscovery.model.DescribeContinuousExportsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.applicationdiscovery.model.DescribeContinuousExportsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Note: If you prefer to have control on service calls, use the
describeContinuousExports(software.amazon.awssdk.services.applicationdiscovery.model.DescribeContinuousExportsRequest)
operation.
This is a convenience which creates an instance of the DescribeContinuousExportsRequest.Builder
avoiding
the need to create one manually via DescribeContinuousExportsRequest.builder()
describeContinuousExportsRequest
- A Consumer
that will call methods on DescribeContinuousExportsRequest.Builder
to create a
request.default CompletableFuture<DescribeExportTasksResponse> describeExportTasks(DescribeExportTasksRequest describeExportTasksRequest)
Retrieve status of one or more export tasks. You can retrieve the status of up to 100 export tasks.
describeExportTasksRequest
- default CompletableFuture<DescribeExportTasksResponse> describeExportTasks(Consumer<DescribeExportTasksRequest.Builder> describeExportTasksRequest)
Retrieve status of one or more export tasks. You can retrieve the status of up to 100 export tasks.
This is a convenience which creates an instance of the DescribeExportTasksRequest.Builder
avoiding the
need to create one manually via DescribeExportTasksRequest.builder()
describeExportTasksRequest
- A Consumer
that will call methods on DescribeExportTasksRequest.Builder
to create a
request.default CompletableFuture<DescribeExportTasksResponse> describeExportTasks()
Retrieve status of one or more export tasks. You can retrieve the status of up to 100 export tasks.
default CompletableFuture<DescribeTagsResponse> describeTags(DescribeTagsRequest describeTagsRequest)
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.
describeTagsRequest
- default CompletableFuture<DescribeTagsResponse> describeTags(Consumer<DescribeTagsRequest.Builder> describeTagsRequest)
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.
This is a convenience which creates an instance of the DescribeTagsRequest.Builder
avoiding the need to
create one manually via DescribeTagsRequest.builder()
describeTagsRequest
- A Consumer
that will call methods on DescribeTagsRequest.Builder
to create a request.default CompletableFuture<DescribeTagsResponse> describeTags()
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.
default CompletableFuture<DisassociateConfigurationItemsFromApplicationResponse> disassociateConfigurationItemsFromApplication(DisassociateConfigurationItemsFromApplicationRequest disassociateConfigurationItemsFromApplicationRequest)
Disassociates one or more configuration items from an application.
disassociateConfigurationItemsFromApplicationRequest
- default CompletableFuture<DisassociateConfigurationItemsFromApplicationResponse> disassociateConfigurationItemsFromApplication(Consumer<DisassociateConfigurationItemsFromApplicationRequest.Builder> disassociateConfigurationItemsFromApplicationRequest)
Disassociates one or more configuration items from an application.
This is a convenience which creates an instance of the
DisassociateConfigurationItemsFromApplicationRequest.Builder
avoiding the need to create one manually via
DisassociateConfigurationItemsFromApplicationRequest.builder()
disassociateConfigurationItemsFromApplicationRequest
- A Consumer
that will call methods on
DisassociateConfigurationItemsFromApplicationRequest.Builder
to create a request.default CompletableFuture<GetDiscoverySummaryResponse> getDiscoverySummary(GetDiscoverySummaryRequest getDiscoverySummaryRequest)
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.
getDiscoverySummaryRequest
- default CompletableFuture<GetDiscoverySummaryResponse> getDiscoverySummary(Consumer<GetDiscoverySummaryRequest.Builder> getDiscoverySummaryRequest)
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.
This is a convenience which creates an instance of the GetDiscoverySummaryRequest.Builder
avoiding the
need to create one manually via GetDiscoverySummaryRequest.builder()
getDiscoverySummaryRequest
- A Consumer
that will call methods on GetDiscoverySummaryRequest.Builder
to create a
request.default CompletableFuture<GetDiscoverySummaryResponse> getDiscoverySummary()
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.
default CompletableFuture<ListConfigurationsResponse> listConfigurations(ListConfigurationsRequest listConfigurationsRequest)
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.
listConfigurationsRequest
- default CompletableFuture<ListConfigurationsResponse> listConfigurations(Consumer<ListConfigurationsRequest.Builder> listConfigurationsRequest)
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.
This is a convenience which creates an instance of the ListConfigurationsRequest.Builder
avoiding the
need to create one manually via ListConfigurationsRequest.builder()
listConfigurationsRequest
- A Consumer
that will call methods on ListConfigurationsRequest.Builder
to create a
request.default CompletableFuture<ListServerNeighborsResponse> listServerNeighbors(ListServerNeighborsRequest listServerNeighborsRequest)
Retrieves a list of servers that are one network hop away from a specified server.
listServerNeighborsRequest
- default CompletableFuture<ListServerNeighborsResponse> listServerNeighbors(Consumer<ListServerNeighborsRequest.Builder> listServerNeighborsRequest)
Retrieves a list of servers that are one network hop away from a specified server.
This is a convenience which creates an instance of the ListServerNeighborsRequest.Builder
avoiding the
need to create one manually via ListServerNeighborsRequest.builder()
listServerNeighborsRequest
- A Consumer
that will call methods on ListServerNeighborsRequest.Builder
to create a
request.default CompletableFuture<StartContinuousExportResponse> startContinuousExport(StartContinuousExportRequest startContinuousExportRequest)
Start the continuous flow of agent's discovered data into Amazon Athena.
startContinuousExportRequest
- default CompletableFuture<StartContinuousExportResponse> startContinuousExport(Consumer<StartContinuousExportRequest.Builder> startContinuousExportRequest)
Start the continuous flow of agent's discovered data into Amazon Athena.
This is a convenience which creates an instance of the StartContinuousExportRequest.Builder
avoiding the
need to create one manually via StartContinuousExportRequest.builder()
startContinuousExportRequest
- A Consumer
that will call methods on StartContinuousExportRequest.Builder
to create a
request.default CompletableFuture<StartDataCollectionByAgentIdsResponse> startDataCollectionByAgentIds(StartDataCollectionByAgentIdsRequest startDataCollectionByAgentIdsRequest)
Instructs the specified agents or connectors to start collecting data.
startDataCollectionByAgentIdsRequest
- default CompletableFuture<StartDataCollectionByAgentIdsResponse> startDataCollectionByAgentIds(Consumer<StartDataCollectionByAgentIdsRequest.Builder> startDataCollectionByAgentIdsRequest)
Instructs the specified agents or connectors to start collecting data.
This is a convenience which creates an instance of the StartDataCollectionByAgentIdsRequest.Builder
avoiding the need to create one manually via StartDataCollectionByAgentIdsRequest.builder()
startDataCollectionByAgentIdsRequest
- A Consumer
that will call methods on StartDataCollectionByAgentIdsRequest.Builder
to
create a request.default CompletableFuture<StartExportTaskResponse> startExportTask(StartExportTaskRequest startExportTaskRequest)
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.
startExportTaskRequest
- default CompletableFuture<StartExportTaskResponse> startExportTask(Consumer<StartExportTaskRequest.Builder> startExportTaskRequest)
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.
This is a convenience which creates an instance of the StartExportTaskRequest.Builder
avoiding the need
to create one manually via StartExportTaskRequest.builder()
startExportTaskRequest
- A Consumer
that will call methods on StartExportTaskRequest.Builder
to create a request.default CompletableFuture<StartExportTaskResponse> startExportTask()
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.
default CompletableFuture<StopContinuousExportResponse> stopContinuousExport(StopContinuousExportRequest stopContinuousExportRequest)
Stop the continuous flow of agent's discovered data into Amazon Athena.
stopContinuousExportRequest
- default CompletableFuture<StopContinuousExportResponse> stopContinuousExport(Consumer<StopContinuousExportRequest.Builder> stopContinuousExportRequest)
Stop the continuous flow of agent's discovered data into Amazon Athena.
This is a convenience which creates an instance of the StopContinuousExportRequest.Builder
avoiding the
need to create one manually via StopContinuousExportRequest.builder()
stopContinuousExportRequest
- A Consumer
that will call methods on StopContinuousExportRequest.Builder
to create a
request.default CompletableFuture<StopDataCollectionByAgentIdsResponse> stopDataCollectionByAgentIds(StopDataCollectionByAgentIdsRequest stopDataCollectionByAgentIdsRequest)
Instructs the specified agents or connectors to stop collecting data.
stopDataCollectionByAgentIdsRequest
- default CompletableFuture<StopDataCollectionByAgentIdsResponse> stopDataCollectionByAgentIds(Consumer<StopDataCollectionByAgentIdsRequest.Builder> stopDataCollectionByAgentIdsRequest)
Instructs the specified agents or connectors to stop collecting data.
This is a convenience which creates an instance of the StopDataCollectionByAgentIdsRequest.Builder
avoiding the need to create one manually via StopDataCollectionByAgentIdsRequest.builder()
stopDataCollectionByAgentIdsRequest
- A Consumer
that will call methods on StopDataCollectionByAgentIdsRequest.Builder
to create
a request.default CompletableFuture<UpdateApplicationResponse> updateApplication(UpdateApplicationRequest updateApplicationRequest)
Updates metadata about an application.
updateApplicationRequest
- default CompletableFuture<UpdateApplicationResponse> updateApplication(Consumer<UpdateApplicationRequest.Builder> updateApplicationRequest)
Updates metadata about an application.
This is a convenience which creates an instance of the UpdateApplicationRequest.Builder
avoiding the need
to create one manually via UpdateApplicationRequest.builder()
updateApplicationRequest
- A Consumer
that will call methods on UpdateApplicationRequest.Builder
to create a request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.