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