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