| Package | Description |
|---|---|
| software.amazon.awssdk.services.config |
|
| software.amazon.awssdk.services.config.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetDiscoveredResourceCountsResponse |
ConfigClient.getDiscoveredResourceCounts()
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(Consumer<GetDiscoveredResourceCountsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetDiscoveredResourceCountsResponse> |
ConfigAsyncClient.getDiscoveredResourceCounts()
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 CompletableFuture<GetDiscoveredResourceCountsResponse> |
ConfigAsyncClient.getDiscoveredResourceCounts(Consumer<GetDiscoveredResourceCountsRequest.Builder> 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetDiscoveredResourceCountsResponse> |
GetDiscoveredResourceCountsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetDiscoveredResourceCountsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetDiscoveredResourceCountsResponse> subscriber) |
Copyright © 2021. All rights reserved.