Uses of Interface
software.amazon.awssdk.services.opsworks.model.OpsWorksException.Builder
-
Packages that use OpsWorksException.Builder Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of OpsWorksException.Builder in software.amazon.awssdk.services.opsworks.model
Subinterfaces of OpsWorksException.Builder in software.amazon.awssdk.services.opsworks.model Modifier and Type Interface Description static interfaceResourceNotFoundException.Builderstatic interfaceValidationException.BuilderClasses in software.amazon.awssdk.services.opsworks.model that implement OpsWorksException.Builder Modifier and Type Class Description protected static classOpsWorksException.BuilderImplMethods in software.amazon.awssdk.services.opsworks.model that return OpsWorksException.Builder Modifier and Type Method Description OpsWorksException.BuilderOpsWorksException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static OpsWorksException.BuilderOpsWorksException. builder()OpsWorksException.BuilderOpsWorksException.Builder. cause(Throwable cause)OpsWorksException.BuilderOpsWorksException.Builder. message(String message)OpsWorksException.BuilderOpsWorksException.Builder. requestId(String requestId)OpsWorksException.BuilderOpsWorksException.Builder. statusCode(int statusCode)OpsWorksException.BuilderOpsWorksException. toBuilder()OpsWorksException.BuilderOpsWorksException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type OpsWorksException.Builder Modifier and Type Method Description static Class<? extends OpsWorksException.Builder>OpsWorksException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.opsworks.model with parameters of type OpsWorksException.Builder Constructor Description OpsWorksException(OpsWorksException.Builder builder)
-