Uses of Interface
software.amazon.awssdk.services.config.model.DeleteServiceLinkedConfigurationRecorderResponse.Builder
-
Packages that use DeleteServiceLinkedConfigurationRecorderResponse.Builder Package Description software.amazon.awssdk.services.config.model -
-
Uses of DeleteServiceLinkedConfigurationRecorderResponse.Builder in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return DeleteServiceLinkedConfigurationRecorderResponse.Builder Modifier and Type Method Description DeleteServiceLinkedConfigurationRecorderResponse.BuilderDeleteServiceLinkedConfigurationRecorderResponse.Builder. arn(String arn)The Amazon Resource Name (ARN) of the specified configuration recorder.static DeleteServiceLinkedConfigurationRecorderResponse.BuilderDeleteServiceLinkedConfigurationRecorderResponse. builder()DeleteServiceLinkedConfigurationRecorderResponse.BuilderDeleteServiceLinkedConfigurationRecorderResponse.Builder. name(String name)The name of the specified configuration recorder.DeleteServiceLinkedConfigurationRecorderResponse.BuilderDeleteServiceLinkedConfigurationRecorderResponse. toBuilder()Methods in software.amazon.awssdk.services.config.model that return types with arguments of type DeleteServiceLinkedConfigurationRecorderResponse.Builder Modifier and Type Method Description static Class<? extends DeleteServiceLinkedConfigurationRecorderResponse.Builder>DeleteServiceLinkedConfigurationRecorderResponse. serializableBuilderClass()
-