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