Uses of Interface
software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallException.Builder
-
Packages that use NetworkFirewallException.Builder Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of NetworkFirewallException.Builder in software.amazon.awssdk.services.networkfirewall.model
Subinterfaces of NetworkFirewallException.Builder in software.amazon.awssdk.services.networkfirewall.model Modifier and Type Interface Description static interfaceInsufficientCapacityException.Builderstatic interfaceInternalServerErrorException.Builderstatic interfaceInvalidOperationException.Builderstatic interfaceInvalidRequestException.Builderstatic interfaceInvalidResourcePolicyException.Builderstatic interfaceInvalidTokenException.Builderstatic interfaceLimitExceededException.Builderstatic interfaceLogDestinationPermissionException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceResourceOwnerCheckException.Builderstatic interfaceThrottlingException.Builderstatic interfaceUnsupportedOperationException.BuilderClasses in software.amazon.awssdk.services.networkfirewall.model that implement NetworkFirewallException.Builder Modifier and Type Class Description protected static classNetworkFirewallException.BuilderImplMethods in software.amazon.awssdk.services.networkfirewall.model that return NetworkFirewallException.Builder Modifier and Type Method Description NetworkFirewallException.BuilderNetworkFirewallException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static NetworkFirewallException.BuilderNetworkFirewallException. builder()NetworkFirewallException.BuilderNetworkFirewallException.Builder. cause(Throwable cause)NetworkFirewallException.BuilderNetworkFirewallException.Builder. message(String message)NetworkFirewallException.BuilderNetworkFirewallException.Builder. requestId(String requestId)NetworkFirewallException.BuilderNetworkFirewallException.Builder. statusCode(int statusCode)NetworkFirewallException.BuilderNetworkFirewallException. toBuilder()NetworkFirewallException.BuilderNetworkFirewallException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type NetworkFirewallException.Builder Modifier and Type Method Description static Class<? extends NetworkFirewallException.Builder>NetworkFirewallException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.networkfirewall.model with parameters of type NetworkFirewallException.Builder Constructor Description NetworkFirewallException(NetworkFirewallException.Builder builder)
-