| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationdiscovery.model |
| Modifier and Type | Method and Description |
|---|---|
CustomerMeCollectorInfo.Builder |
CustomerMeCollectorInfo.Builder.activeMeCollectors(Integer activeMeCollectors)
The number of active Migration Evaluator collectors.
|
static CustomerMeCollectorInfo.Builder |
CustomerMeCollectorInfo.builder() |
CustomerMeCollectorInfo.Builder |
CustomerMeCollectorInfo.Builder.denyListedMeCollectors(Integer denyListedMeCollectors)
The number of deny-listed Migration Evaluator collectors.
|
CustomerMeCollectorInfo.Builder |
CustomerMeCollectorInfo.Builder.healthyMeCollectors(Integer healthyMeCollectors)
The number of healthy Migration Evaluator collectors.
|
CustomerMeCollectorInfo.Builder |
CustomerMeCollectorInfo.Builder.shutdownMeCollectors(Integer shutdownMeCollectors)
The number of Migration Evaluator collectors with
SHUTDOWN status. |
CustomerMeCollectorInfo.Builder |
CustomerMeCollectorInfo.toBuilder() |
CustomerMeCollectorInfo.Builder |
CustomerMeCollectorInfo.Builder.totalMeCollectors(Integer totalMeCollectors)
The total number of Migration Evaluator collectors.
|
CustomerMeCollectorInfo.Builder |
CustomerMeCollectorInfo.Builder.unhealthyMeCollectors(Integer unhealthyMeCollectors)
The number of unhealthy Migration Evaluator collectors.
|
CustomerMeCollectorInfo.Builder |
CustomerMeCollectorInfo.Builder.unknownMeCollectors(Integer unknownMeCollectors)
The number of unknown Migration Evaluator collectors.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CustomerMeCollectorInfo.Builder> |
CustomerMeCollectorInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetDiscoverySummaryResponse.Builder |
GetDiscoverySummaryResponse.Builder.meCollectorSummary(Consumer<CustomerMeCollectorInfo.Builder> meCollectorSummary)
Details about Migration Evaluator collectors, including collector status and health.
|
Copyright © 2023. All rights reserved.