Uses of Interface
software.amazon.awssdk.services.xray.model.XRayException.Builder
-
Packages that use XRayException.Builder Package Description software.amazon.awssdk.services.xray.model -
-
Uses of XRayException.Builder in software.amazon.awssdk.services.xray.model
Subinterfaces of XRayException.Builder in software.amazon.awssdk.services.xray.model Modifier and Type Interface Description static interfaceInvalidPolicyRevisionIdException.Builderstatic interfaceInvalidRequestException.Builderstatic interfaceLockoutPreventionException.Builderstatic interfaceMalformedPolicyDocumentException.Builderstatic interfacePolicyCountLimitExceededException.Builderstatic interfacePolicySizeLimitExceededException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceRuleLimitExceededException.Builderstatic interfaceThrottledException.Builderstatic interfaceTooManyTagsException.BuilderClasses in software.amazon.awssdk.services.xray.model that implement XRayException.Builder Modifier and Type Class Description protected static classXRayException.BuilderImplMethods in software.amazon.awssdk.services.xray.model that return XRayException.Builder Modifier and Type Method Description XRayException.BuilderXRayException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static XRayException.BuilderXRayException. builder()XRayException.BuilderXRayException.Builder. cause(Throwable cause)XRayException.BuilderXRayException.Builder. message(String message)XRayException.BuilderXRayException.Builder. numAttempts(Integer numAttempts)XRayException.BuilderXRayException.Builder. requestId(String requestId)XRayException.BuilderXRayException.Builder. statusCode(int statusCode)XRayException.BuilderXRayException. toBuilder()XRayException.BuilderXRayException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type XRayException.Builder Modifier and Type Method Description static Class<? extends XRayException.Builder>XRayException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.xray.model with parameters of type XRayException.Builder Constructor Description XRayException(XRayException.Builder builder)
-