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