| Package | Description |
|---|---|
| software.amazon.awssdk.services.config |
|
| software.amazon.awssdk.services.config.paginators | |
| software.amazon.awssdk.services.config.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetDiscoveredResourceCountsResponse> |
ConfigAsyncClient.getDiscoveredResourceCounts(GetDiscoveredResourceCountsRequest getDiscoveredResourceCountsRequest)
Returns the resource types, the number of each resource type, and the total number of resources that AWS Config
is recording in this region for your AWS account.
|
default GetDiscoveredResourceCountsResponse |
ConfigClient.getDiscoveredResourceCounts(GetDiscoveredResourceCountsRequest getDiscoveredResourceCountsRequest)
Returns the resource types, the number of each resource type, and the total number of resources that AWS Config
is recording in this region for your AWS account.
|
default GetDiscoveredResourceCountsPublisher |
ConfigAsyncClient.getDiscoveredResourceCountsPaginator(GetDiscoveredResourceCountsRequest getDiscoveredResourceCountsRequest)
Returns the resource types, the number of each resource type, and the total number of resources that AWS Config
is recording in this region for your AWS account.
|
default GetDiscoveredResourceCountsIterable |
ConfigClient.getDiscoveredResourceCountsPaginator(GetDiscoveredResourceCountsRequest getDiscoveredResourceCountsRequest)
Returns the resource types, the number of each resource type, and the total number of resources that AWS Config
is recording in this region for your AWS account.
|
| Constructor and Description |
|---|
GetDiscoveredResourceCountsIterable(ConfigClient client,
GetDiscoveredResourceCountsRequest firstRequest) |
GetDiscoveredResourceCountsPublisher(ConfigAsyncClient client,
GetDiscoveredResourceCountsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetDiscoveredResourceCountsRequestMarshaller.marshall(GetDiscoveredResourceCountsRequest getDiscoveredResourceCountsRequest) |
Copyright © 2021. All rights reserved.