Uses of Class
software.amazon.awssdk.services.observabilityadmin.model.TelemetryConfiguration
-
Packages that use TelemetryConfiguration Package Description software.amazon.awssdk.services.observabilityadmin.model software.amazon.awssdk.services.observabilityadmin.paginators -
-
Uses of TelemetryConfiguration in software.amazon.awssdk.services.observabilityadmin.model
Methods in software.amazon.awssdk.services.observabilityadmin.model that return types with arguments of type TelemetryConfiguration Modifier and Type Method Description List<TelemetryConfiguration>ListResourceTelemetryForOrganizationResponse. telemetryConfigurations()A list of telemetry configurations for AWS resources supported by telemetry config in the organization.List<TelemetryConfiguration>ListResourceTelemetryResponse. telemetryConfigurations()A list of telemetry configurations for AWS resources supported by telemetry config in the caller's account.Methods in software.amazon.awssdk.services.observabilityadmin.model with parameters of type TelemetryConfiguration Modifier and Type Method Description ListResourceTelemetryForOrganizationResponse.BuilderListResourceTelemetryForOrganizationResponse.Builder. telemetryConfigurations(TelemetryConfiguration... telemetryConfigurations)A list of telemetry configurations for AWS resources supported by telemetry config in the organization.ListResourceTelemetryResponse.BuilderListResourceTelemetryResponse.Builder. telemetryConfigurations(TelemetryConfiguration... telemetryConfigurations)A list of telemetry configurations for AWS resources supported by telemetry config in the caller's account.Method parameters in software.amazon.awssdk.services.observabilityadmin.model with type arguments of type TelemetryConfiguration Modifier and Type Method Description ListResourceTelemetryForOrganizationResponse.BuilderListResourceTelemetryForOrganizationResponse.Builder. telemetryConfigurations(Collection<TelemetryConfiguration> telemetryConfigurations)A list of telemetry configurations for AWS resources supported by telemetry config in the organization.ListResourceTelemetryResponse.BuilderListResourceTelemetryResponse.Builder. telemetryConfigurations(Collection<TelemetryConfiguration> telemetryConfigurations)A list of telemetry configurations for AWS resources supported by telemetry config in the caller's account. -
Uses of TelemetryConfiguration in software.amazon.awssdk.services.observabilityadmin.paginators
Methods in software.amazon.awssdk.services.observabilityadmin.paginators that return types with arguments of type TelemetryConfiguration Modifier and Type Method Description SdkIterable<TelemetryConfiguration>ListResourceTelemetryForOrganizationIterable. telemetryConfigurations()Returns an iterable to iterate through the paginatedListResourceTelemetryForOrganizationResponse.telemetryConfigurations()member.SdkPublisher<TelemetryConfiguration>ListResourceTelemetryForOrganizationPublisher. telemetryConfigurations()Returns a publisher that can be used to get a stream of data.SdkIterable<TelemetryConfiguration>ListResourceTelemetryIterable. telemetryConfigurations()Returns an iterable to iterate through the paginatedListResourceTelemetryResponse.telemetryConfigurations()member.SdkPublisher<TelemetryConfiguration>ListResourceTelemetryPublisher. telemetryConfigurations()Returns a publisher that can be used to get a stream of data.
-