| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationdiscovery |
|
| Modifier and Type | Method 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 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 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 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 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 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.
|
Copyright © 2023. All rights reserved.