Uses of Interface
software.amazon.awssdk.services.config.model.NoSuchConfigRuleException.Builder
-
Packages that use NoSuchConfigRuleException.Builder Package Description software.amazon.awssdk.services.config.model -
-
Uses of NoSuchConfigRuleException.Builder in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return NoSuchConfigRuleException.Builder Modifier and Type Method Description NoSuchConfigRuleException.BuilderNoSuchConfigRuleException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static NoSuchConfigRuleException.BuilderNoSuchConfigRuleException. builder()NoSuchConfigRuleException.BuilderNoSuchConfigRuleException.Builder. cause(Throwable cause)NoSuchConfigRuleException.BuilderNoSuchConfigRuleException.Builder. message(String message)NoSuchConfigRuleException.BuilderNoSuchConfigRuleException.Builder. requestId(String requestId)NoSuchConfigRuleException.BuilderNoSuchConfigRuleException.Builder. statusCode(int statusCode)NoSuchConfigRuleException.BuilderNoSuchConfigRuleException. toBuilder()NoSuchConfigRuleException.BuilderNoSuchConfigRuleException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.config.model that return types with arguments of type NoSuchConfigRuleException.Builder Modifier and Type Method Description static Class<? extends NoSuchConfigRuleException.Builder>NoSuchConfigRuleException. serializableBuilderClass()
-