Uses of Class
software.amazon.awssdk.services.observabilityadmin.model.TelemetryType
-
Packages that use TelemetryType Package Description software.amazon.awssdk.services.observabilityadmin.model -
-
Uses of TelemetryType in software.amazon.awssdk.services.observabilityadmin.model
Methods in software.amazon.awssdk.services.observabilityadmin.model that return TelemetryType Modifier and Type Method Description static TelemetryTypeTelemetryType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static TelemetryTypeTelemetryType. valueOf(String name)Returns the enum constant of this type with the specified name.static TelemetryType[]TelemetryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.observabilityadmin.model that return types with arguments of type TelemetryType Modifier and Type Method Description static Set<TelemetryType>TelemetryType. knownValues()Map<TelemetryType,TelemetryState>ListResourceTelemetryForOrganizationRequest. telemetryConfigurationState()A key-value pair to filter resources in the organization based on the telemetry type and the state of the telemetry configuration.Map<TelemetryType,TelemetryState>ListResourceTelemetryRequest. telemetryConfigurationState()A key-value pair to filter resources based on the telemetry type and the state of the telemetry configuration.Map<TelemetryType,TelemetryState>TelemetryConfiguration. telemetryConfigurationState()The configuration state for the resource, for example{ Logs: NotApplicable; Metrics: Enabled; Traces: NotApplicable; }.Method parameters in software.amazon.awssdk.services.observabilityadmin.model with type arguments of type TelemetryType Modifier and Type Method Description ListResourceTelemetryForOrganizationRequest.BuilderListResourceTelemetryForOrganizationRequest.Builder. telemetryConfigurationState(Map<TelemetryType,TelemetryState> telemetryConfigurationState)A key-value pair to filter resources in the organization based on the telemetry type and the state of the telemetry configuration.ListResourceTelemetryRequest.BuilderListResourceTelemetryRequest.Builder. telemetryConfigurationState(Map<TelemetryType,TelemetryState> telemetryConfigurationState)A key-value pair to filter resources based on the telemetry type and the state of the telemetry configuration.TelemetryConfiguration.BuilderTelemetryConfiguration.Builder. telemetryConfigurationState(Map<TelemetryType,TelemetryState> telemetryConfigurationState)The configuration state for the resource, for example{ Logs: NotApplicable; Metrics: Enabled; Traces: NotApplicable; }.
-