Uses of Interface
software.amazon.awssdk.services.panorama.model.PanoramaException.Builder
-
Packages that use PanoramaException.Builder Package Description software.amazon.awssdk.services.panorama.model -
-
Uses of PanoramaException.Builder in software.amazon.awssdk.services.panorama.model
Subinterfaces of PanoramaException.Builder in software.amazon.awssdk.services.panorama.model Modifier and Type Interface Description static interfaceAccessDeniedException.Builderstatic interfaceConflictException.Builderstatic interfaceInternalServerException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceServiceQuotaExceededException.Builderstatic interfaceValidationException.BuilderClasses in software.amazon.awssdk.services.panorama.model that implement PanoramaException.Builder Modifier and Type Class Description protected static classPanoramaException.BuilderImplMethods in software.amazon.awssdk.services.panorama.model that return PanoramaException.Builder Modifier and Type Method Description PanoramaException.BuilderPanoramaException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static PanoramaException.BuilderPanoramaException. builder()PanoramaException.BuilderPanoramaException.Builder. cause(Throwable cause)PanoramaException.BuilderPanoramaException.Builder. message(String message)PanoramaException.BuilderPanoramaException.Builder. requestId(String requestId)PanoramaException.BuilderPanoramaException.Builder. statusCode(int statusCode)PanoramaException.BuilderPanoramaException. toBuilder()PanoramaException.BuilderPanoramaException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.panorama.model that return types with arguments of type PanoramaException.Builder Modifier and Type Method Description static Class<? extends PanoramaException.Builder>PanoramaException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.panorama.model with parameters of type PanoramaException.Builder Constructor Description PanoramaException(PanoramaException.Builder builder)
-