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