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