Uses of Interface
software.amazon.awssdk.services.datasync.model.InternalException.Builder
-
Packages that use InternalException.Builder Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of InternalException.Builder in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return InternalException.Builder Modifier and Type Method Description InternalException.BuilderInternalException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static InternalException.BuilderInternalException. builder()InternalException.BuilderInternalException.Builder. cause(Throwable cause)InternalException.BuilderInternalException.Builder. errorCode(String errorCode)Sets the value of the ErrorCode property for this object.InternalException.BuilderInternalException.Builder. message(String message)InternalException.BuilderInternalException.Builder. requestId(String requestId)InternalException.BuilderInternalException.Builder. statusCode(int statusCode)InternalException.BuilderInternalException. toBuilder()InternalException.BuilderInternalException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type InternalException.Builder Modifier and Type Method Description static Class<? extends InternalException.Builder>InternalException. serializableBuilderClass()
-