Uses of Interface
software.amazon.awssdk.services.shield.model.ShieldException.Builder
-
Packages that use ShieldException.Builder Package Description software.amazon.awssdk.services.shield.model -
-
Uses of ShieldException.Builder in software.amazon.awssdk.services.shield.model
Subinterfaces of ShieldException.Builder in software.amazon.awssdk.services.shield.model Modifier and Type Interface Description static interfaceAccessDeniedException.Builderstatic interfaceAccessDeniedForDependencyException.Builderstatic interfaceInternalErrorException.Builderstatic interfaceInvalidOperationException.Builderstatic interfaceInvalidPaginationTokenException.Builderstatic interfaceInvalidParameterException.Builderstatic interfaceInvalidResourceException.Builderstatic interfaceLimitsExceededException.Builderstatic interfaceLockedSubscriptionException.Builderstatic interfaceNoAssociatedRoleException.Builderstatic interfaceOptimisticLockException.Builderstatic interfaceResourceAlreadyExistsException.Builderstatic interfaceResourceNotFoundException.BuilderClasses in software.amazon.awssdk.services.shield.model that implement ShieldException.Builder Modifier and Type Class Description protected static classShieldException.BuilderImplMethods in software.amazon.awssdk.services.shield.model that return ShieldException.Builder Modifier and Type Method Description ShieldException.BuilderShieldException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static ShieldException.BuilderShieldException. builder()ShieldException.BuilderShieldException.Builder. cause(Throwable cause)ShieldException.BuilderShieldException.Builder. message(String message)ShieldException.BuilderShieldException.Builder. requestId(String requestId)ShieldException.BuilderShieldException.Builder. statusCode(int statusCode)ShieldException.BuilderShieldException. toBuilder()ShieldException.BuilderShieldException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type ShieldException.Builder Modifier and Type Method Description static Class<? extends ShieldException.Builder>ShieldException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.shield.model with parameters of type ShieldException.Builder Constructor Description ShieldException(ShieldException.Builder builder)
-