Uses of Class
software.amazon.awssdk.services.observabilityadmin.model.StartTelemetryEvaluationResponse
-
Packages that use StartTelemetryEvaluationResponse Package Description software.amazon.awssdk.services.observabilityadmin Amazon CloudWatch Obsersavability Admin to control temletry config for your AWS Organization or account. -
-
Uses of StartTelemetryEvaluationResponse in software.amazon.awssdk.services.observabilityadmin
Methods in software.amazon.awssdk.services.observabilityadmin that return StartTelemetryEvaluationResponse Modifier and Type Method Description default StartTelemetryEvaluationResponseObservabilityAdminClient. startTelemetryEvaluation(Consumer<StartTelemetryEvaluationRequest.Builder> startTelemetryEvaluationRequest)This action begins onboarding onboarding the caller AWS account to the telemetry config feature.default StartTelemetryEvaluationResponseObservabilityAdminClient. startTelemetryEvaluation(StartTelemetryEvaluationRequest startTelemetryEvaluationRequest)This action begins onboarding onboarding the caller AWS account to the telemetry config feature.Methods in software.amazon.awssdk.services.observabilityadmin that return types with arguments of type StartTelemetryEvaluationResponse Modifier and Type Method Description default CompletableFuture<StartTelemetryEvaluationResponse>ObservabilityAdminAsyncClient. startTelemetryEvaluation(Consumer<StartTelemetryEvaluationRequest.Builder> startTelemetryEvaluationRequest)This action begins onboarding onboarding the caller AWS account to the telemetry config feature.default CompletableFuture<StartTelemetryEvaluationResponse>ObservabilityAdminAsyncClient. startTelemetryEvaluation(StartTelemetryEvaluationRequest startTelemetryEvaluationRequest)This action begins onboarding onboarding the caller AWS account to the telemetry config feature.
-