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