Uses of Interface
software.amazon.awssdk.services.applicationdiscovery.model.CustomerConnectorInfo.Builder
-
Packages that use CustomerConnectorInfo.Builder Package Description software.amazon.awssdk.services.applicationdiscovery.model -
-
Uses of CustomerConnectorInfo.Builder in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return CustomerConnectorInfo.Builder Modifier and Type Method Description CustomerConnectorInfo.BuilderCustomerConnectorInfo.Builder. activeConnectors(Integer activeConnectors)Number of active discovery connectors.CustomerConnectorInfo.BuilderCustomerConnectorInfo.Builder. blackListedConnectors(Integer blackListedConnectors)Number of blacklisted discovery connectors.static CustomerConnectorInfo.BuilderCustomerConnectorInfo. builder()CustomerConnectorInfo.BuilderCustomerConnectorInfo.Builder. healthyConnectors(Integer healthyConnectors)Number of healthy discovery connectors.CustomerConnectorInfo.BuilderCustomerConnectorInfo.Builder. shutdownConnectors(Integer shutdownConnectors)Number of discovery connectors with status SHUTDOWN,CustomerConnectorInfo.BuilderCustomerConnectorInfo. toBuilder()CustomerConnectorInfo.BuilderCustomerConnectorInfo.Builder. totalConnectors(Integer totalConnectors)Total number of discovery connectors.CustomerConnectorInfo.BuilderCustomerConnectorInfo.Builder. unhealthyConnectors(Integer unhealthyConnectors)Number of unhealthy discovery connectors.CustomerConnectorInfo.BuilderCustomerConnectorInfo.Builder. unknownConnectors(Integer unknownConnectors)Number of unknown discovery connectors.Methods in software.amazon.awssdk.services.applicationdiscovery.model that return types with arguments of type CustomerConnectorInfo.Builder Modifier and Type Method Description static Class<? extends CustomerConnectorInfo.Builder>CustomerConnectorInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.applicationdiscovery.model with type arguments of type CustomerConnectorInfo.Builder Modifier and Type Method Description default GetDiscoverySummaryResponse.BuilderGetDiscoverySummaryResponse.Builder. connectorSummary(Consumer<CustomerConnectorInfo.Builder> connectorSummary)Details about discovered connectors, including connector status and health.
-