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