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