Uses of Class
software.amazon.awssdk.services.observabilityadmin.model.GetTelemetryEvaluationStatusResponse
-
Packages that use GetTelemetryEvaluationStatusResponse Package Description software.amazon.awssdk.services.observabilityadmin Amazon CloudWatch Obsersavability Admin to control temletry config for your AWS Organization or account. -
-
Uses of GetTelemetryEvaluationStatusResponse in software.amazon.awssdk.services.observabilityadmin
Methods in software.amazon.awssdk.services.observabilityadmin that return GetTelemetryEvaluationStatusResponse Modifier and Type Method Description default GetTelemetryEvaluationStatusResponseObservabilityAdminClient. getTelemetryEvaluationStatus(Consumer<GetTelemetryEvaluationStatusRequest.Builder> getTelemetryEvaluationStatusRequest)Returns the current onboarding status of the telemetry config feature, including the status of the feature and reason the feature failed to start or stop.default GetTelemetryEvaluationStatusResponseObservabilityAdminClient. getTelemetryEvaluationStatus(GetTelemetryEvaluationStatusRequest getTelemetryEvaluationStatusRequest)Returns the current onboarding status of the telemetry config feature, including the status of the feature and reason the feature failed to start or stop.Methods in software.amazon.awssdk.services.observabilityadmin that return types with arguments of type GetTelemetryEvaluationStatusResponse Modifier and Type Method Description default CompletableFuture<GetTelemetryEvaluationStatusResponse>ObservabilityAdminAsyncClient. getTelemetryEvaluationStatus(Consumer<GetTelemetryEvaluationStatusRequest.Builder> getTelemetryEvaluationStatusRequest)Returns the current onboarding status of the telemetry config feature, including the status of the feature and reason the feature failed to start or stop.default CompletableFuture<GetTelemetryEvaluationStatusResponse>ObservabilityAdminAsyncClient. getTelemetryEvaluationStatus(GetTelemetryEvaluationStatusRequest getTelemetryEvaluationStatusRequest)Returns the current onboarding status of the telemetry config feature, including the status of the feature and reason the feature failed to start or stop.
-