Uses of Class
software.amazon.awssdk.services.config.model.RecordingScope
-
Packages that use RecordingScope Package Description software.amazon.awssdk.services.config.model -
-
Uses of RecordingScope in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return RecordingScope Modifier and Type Method Description static RecordingScopeRecordingScope. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RecordingScopeConfigurationRecorder. recordingScope()Specifies whether the ConfigurationItems in scope for the specified configuration recorder are recorded for free (INTERNAL) or if it impacts the costs to your bill (PAID).RecordingScopeConfigurationRecorderSummary. recordingScope()Indicates whether the ConfigurationItems in scope for the configuration recorder are recorded for free (INTERNAL) or if you are charged a service fee for recording (PAID).static RecordingScopeRecordingScope. valueOf(String name)Returns the enum constant of this type with the specified name.static RecordingScope[]RecordingScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.config.model that return types with arguments of type RecordingScope Modifier and Type Method Description static Set<RecordingScope>RecordingScope. knownValues()Methods in software.amazon.awssdk.services.config.model with parameters of type RecordingScope Modifier and Type Method Description ConfigurationRecorder.BuilderConfigurationRecorder.Builder. recordingScope(RecordingScope recordingScope)Specifies whether the ConfigurationItems in scope for the specified configuration recorder are recorded for free (INTERNAL) or if it impacts the costs to your bill (PAID).ConfigurationRecorderSummary.BuilderConfigurationRecorderSummary.Builder. recordingScope(RecordingScope recordingScope)Indicates whether the ConfigurationItems in scope for the configuration recorder are recorded for free (INTERNAL) or if you are charged a service fee for recording (PAID).
-