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