| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationdiscovery |
|
| Modifier and Type | Method and Description |
|---|---|
default AssociateConfigurationItemsToApplicationResponse |
ApplicationDiscoveryClient.associateConfigurationItemsToApplication(AssociateConfigurationItemsToApplicationRequest associateConfigurationItemsToApplicationRequest)
Associates one or more configuration items with an application.
|
default AssociateConfigurationItemsToApplicationResponse |
ApplicationDiscoveryClient.associateConfigurationItemsToApplication(Consumer<AssociateConfigurationItemsToApplicationRequest.Builder> associateConfigurationItemsToApplicationRequest)
Associates one or more configuration items with an application.
|
default BatchDeleteImportDataResponse |
ApplicationDiscoveryClient.batchDeleteImportData(BatchDeleteImportDataRequest batchDeleteImportDataRequest)
Deletes one or more import tasks, each identified by their import ID.
|
default BatchDeleteImportDataResponse |
ApplicationDiscoveryClient.batchDeleteImportData(Consumer<BatchDeleteImportDataRequest.Builder> batchDeleteImportDataRequest)
Deletes one or more import tasks, each identified by their import ID.
|
default CreateApplicationResponse |
ApplicationDiscoveryClient.createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)
Creates an application with the given name and description.
|
default CreateApplicationResponse |
ApplicationDiscoveryClient.createApplication(CreateApplicationRequest createApplicationRequest)
Creates an application with the given name and description.
|
default CreateTagsResponse |
ApplicationDiscoveryClient.createTags(Consumer<CreateTagsRequest.Builder> createTagsRequest)
Creates one or more tags for configuration items.
|
default CreateTagsResponse |
ApplicationDiscoveryClient.createTags(CreateTagsRequest createTagsRequest)
Creates one or more tags for configuration items.
|
default DeleteApplicationsResponse |
ApplicationDiscoveryClient.deleteApplications(Consumer<DeleteApplicationsRequest.Builder> deleteApplicationsRequest)
Deletes a list of applications and their associations with configuration items.
|
default DeleteApplicationsResponse |
ApplicationDiscoveryClient.deleteApplications(DeleteApplicationsRequest deleteApplicationsRequest)
Deletes a list of applications and their associations with configuration items.
|
default DeleteTagsResponse |
ApplicationDiscoveryClient.deleteTags(Consumer<DeleteTagsRequest.Builder> deleteTagsRequest)
Deletes the association between configuration items and one or more tags.
|
default DeleteTagsResponse |
ApplicationDiscoveryClient.deleteTags(DeleteTagsRequest deleteTagsRequest)
Deletes the association between configuration items and one or more tags.
|
default DescribeAgentsResponse |
ApplicationDiscoveryClient.describeAgents()
Lists agents or connectors as specified by ID or other filters.
|
default DescribeAgentsResponse |
ApplicationDiscoveryClient.describeAgents(Consumer<DescribeAgentsRequest.Builder> describeAgentsRequest)
Lists agents or connectors as specified by ID or other filters.
|
default DescribeAgentsResponse |
ApplicationDiscoveryClient.describeAgents(DescribeAgentsRequest describeAgentsRequest)
Lists agents or connectors as specified by ID or other filters.
|
default DescribeConfigurationsResponse |
ApplicationDiscoveryClient.describeConfigurations(Consumer<DescribeConfigurationsRequest.Builder> describeConfigurationsRequest)
Retrieves attributes for a list of configuration item IDs.
|
default DescribeConfigurationsResponse |
ApplicationDiscoveryClient.describeConfigurations(DescribeConfigurationsRequest describeConfigurationsRequest)
Retrieves attributes for a list of configuration item IDs.
|
default DescribeContinuousExportsResponse |
ApplicationDiscoveryClient.describeContinuousExports(Consumer<DescribeContinuousExportsRequest.Builder> describeContinuousExportsRequest)
Lists exports as specified by ID.
|
default DescribeContinuousExportsResponse |
ApplicationDiscoveryClient.describeContinuousExports(DescribeContinuousExportsRequest describeContinuousExportsRequest)
Lists exports as specified by ID.
|
default DescribeContinuousExportsIterable |
ApplicationDiscoveryClient.describeContinuousExportsPaginator(Consumer<DescribeContinuousExportsRequest.Builder> describeContinuousExportsRequest)
Lists exports as specified by ID.
|
default DescribeContinuousExportsIterable |
ApplicationDiscoveryClient.describeContinuousExportsPaginator(DescribeContinuousExportsRequest describeContinuousExportsRequest)
Lists exports as specified by ID.
|
default DescribeExportTasksResponse |
ApplicationDiscoveryClient.describeExportTasks()
Retrieve status of one or more export tasks.
|
default DescribeExportTasksResponse |
ApplicationDiscoveryClient.describeExportTasks(Consumer<DescribeExportTasksRequest.Builder> describeExportTasksRequest)
Retrieve status of one or more export tasks.
|
default DescribeExportTasksResponse |
ApplicationDiscoveryClient.describeExportTasks(DescribeExportTasksRequest describeExportTasksRequest)
Retrieve status of one or more export tasks.
|
default DescribeImportTasksResponse |
ApplicationDiscoveryClient.describeImportTasks()
Returns an array of import tasks for your account, including status information, times, IDs, the Amazon S3 Object
URL for the import file, and more.
|
default DescribeImportTasksResponse |
ApplicationDiscoveryClient.describeImportTasks(Consumer<DescribeImportTasksRequest.Builder> describeImportTasksRequest)
Returns an array of import tasks for your account, including status information, times, IDs, the Amazon S3 Object
URL for the import file, and more.
|
default DescribeImportTasksResponse |
ApplicationDiscoveryClient.describeImportTasks(DescribeImportTasksRequest describeImportTasksRequest)
Returns an array of import tasks for your account, including status information, times, IDs, the Amazon S3 Object
URL for the import file, and more.
|
default DescribeImportTasksIterable |
ApplicationDiscoveryClient.describeImportTasksPaginator()
Returns an array of import tasks for your account, including status information, times, IDs, the Amazon S3 Object
URL for the import file, and more.
|
default DescribeImportTasksIterable |
ApplicationDiscoveryClient.describeImportTasksPaginator(Consumer<DescribeImportTasksRequest.Builder> describeImportTasksRequest)
Returns an array of import tasks for your account, including status information, times, IDs, the Amazon S3 Object
URL for the import file, and more.
|
default DescribeImportTasksIterable |
ApplicationDiscoveryClient.describeImportTasksPaginator(DescribeImportTasksRequest describeImportTasksRequest)
Returns an array of import tasks for your account, including status information, times, IDs, the Amazon S3 Object
URL for the import file, and more.
|
default DescribeTagsResponse |
ApplicationDiscoveryClient.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 DescribeTagsResponse |
ApplicationDiscoveryClient.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 DescribeTagsResponse |
ApplicationDiscoveryClient.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 DisassociateConfigurationItemsFromApplicationResponse |
ApplicationDiscoveryClient.disassociateConfigurationItemsFromApplication(Consumer<DisassociateConfigurationItemsFromApplicationRequest.Builder> disassociateConfigurationItemsFromApplicationRequest)
Disassociates one or more configuration items from an application.
|
default DisassociateConfigurationItemsFromApplicationResponse |
ApplicationDiscoveryClient.disassociateConfigurationItemsFromApplication(DisassociateConfigurationItemsFromApplicationRequest disassociateConfigurationItemsFromApplicationRequest)
Disassociates one or more configuration items from an application.
|
default GetDiscoverySummaryResponse |
ApplicationDiscoveryClient.getDiscoverySummary()
Retrieves a short summary of discovered assets.
|
default GetDiscoverySummaryResponse |
ApplicationDiscoveryClient.getDiscoverySummary(Consumer<GetDiscoverySummaryRequest.Builder> getDiscoverySummaryRequest)
Retrieves a short summary of discovered assets.
|
default GetDiscoverySummaryResponse |
ApplicationDiscoveryClient.getDiscoverySummary(GetDiscoverySummaryRequest getDiscoverySummaryRequest)
Retrieves a short summary of discovered assets.
|
default ListConfigurationsResponse |
ApplicationDiscoveryClient.listConfigurations(Consumer<ListConfigurationsRequest.Builder> listConfigurationsRequest)
Retrieves a list of configuration items as specified by the value passed to the required parameter
configurationType. |
default ListConfigurationsResponse |
ApplicationDiscoveryClient.listConfigurations(ListConfigurationsRequest listConfigurationsRequest)
Retrieves a list of configuration items as specified by the value passed to the required parameter
configurationType. |
default ListServerNeighborsResponse |
ApplicationDiscoveryClient.listServerNeighbors(Consumer<ListServerNeighborsRequest.Builder> listServerNeighborsRequest)
Retrieves a list of servers that are one network hop away from a specified server.
|
default ListServerNeighborsResponse |
ApplicationDiscoveryClient.listServerNeighbors(ListServerNeighborsRequest listServerNeighborsRequest)
Retrieves a list of servers that are one network hop away from a specified server.
|
default StartContinuousExportResponse |
ApplicationDiscoveryClient.startContinuousExport(Consumer<StartContinuousExportRequest.Builder> startContinuousExportRequest)
Start the continuous flow of agent's discovered data into Amazon Athena.
|
default StartContinuousExportResponse |
ApplicationDiscoveryClient.startContinuousExport(StartContinuousExportRequest startContinuousExportRequest)
Start the continuous flow of agent's discovered data into Amazon Athena.
|
default StartDataCollectionByAgentIdsResponse |
ApplicationDiscoveryClient.startDataCollectionByAgentIds(Consumer<StartDataCollectionByAgentIdsRequest.Builder> startDataCollectionByAgentIdsRequest)
Instructs the specified agents or connectors to start collecting data.
|
default StartDataCollectionByAgentIdsResponse |
ApplicationDiscoveryClient.startDataCollectionByAgentIds(StartDataCollectionByAgentIdsRequest startDataCollectionByAgentIdsRequest)
Instructs the specified agents or connectors to start collecting data.
|
default StartExportTaskResponse |
ApplicationDiscoveryClient.startExportTask()
Begins the export of discovered data to an S3 bucket.
|
default StartExportTaskResponse |
ApplicationDiscoveryClient.startExportTask(Consumer<StartExportTaskRequest.Builder> startExportTaskRequest)
Begins the export of discovered data to an S3 bucket.
|
default StartExportTaskResponse |
ApplicationDiscoveryClient.startExportTask(StartExportTaskRequest startExportTaskRequest)
Begins the export of discovered data to an S3 bucket.
|
default StartImportTaskResponse |
ApplicationDiscoveryClient.startImportTask(Consumer<StartImportTaskRequest.Builder> startImportTaskRequest)
Starts an import task, which allows you to import details of your on-premises environment directly into Amazon
Web Services Migration Hub without having to use the Application Discovery Service (ADS) tools such as the
Discovery Connector or Discovery Agent.
|
default StartImportTaskResponse |
ApplicationDiscoveryClient.startImportTask(StartImportTaskRequest startImportTaskRequest)
Starts an import task, which allows you to import details of your on-premises environment directly into Amazon
Web Services Migration Hub without having to use the Application Discovery Service (ADS) tools such as the
Discovery Connector or Discovery Agent.
|
default StopContinuousExportResponse |
ApplicationDiscoveryClient.stopContinuousExport(Consumer<StopContinuousExportRequest.Builder> stopContinuousExportRequest)
Stop the continuous flow of agent's discovered data into Amazon Athena.
|
default StopContinuousExportResponse |
ApplicationDiscoveryClient.stopContinuousExport(StopContinuousExportRequest stopContinuousExportRequest)
Stop the continuous flow of agent's discovered data into Amazon Athena.
|
default StopDataCollectionByAgentIdsResponse |
ApplicationDiscoveryClient.stopDataCollectionByAgentIds(Consumer<StopDataCollectionByAgentIdsRequest.Builder> stopDataCollectionByAgentIdsRequest)
Instructs the specified agents or connectors to stop collecting data.
|
default StopDataCollectionByAgentIdsResponse |
ApplicationDiscoveryClient.stopDataCollectionByAgentIds(StopDataCollectionByAgentIdsRequest stopDataCollectionByAgentIdsRequest)
Instructs the specified agents or connectors to stop collecting data.
|
default UpdateApplicationResponse |
ApplicationDiscoveryClient.updateApplication(Consumer<UpdateApplicationRequest.Builder> updateApplicationRequest)
Updates metadata about an application.
|
default UpdateApplicationResponse |
ApplicationDiscoveryClient.updateApplication(UpdateApplicationRequest updateApplicationRequest)
Updates metadata about an application.
|
Copyright © 2023. All rights reserved.