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