Uses of Interface
software.amazon.awssdk.services.eks.model.EksException.Builder
-
Packages that use EksException.Builder Package Description software.amazon.awssdk.services.eks.model -
-
Uses of EksException.Builder in software.amazon.awssdk.services.eks.model
Subinterfaces of EksException.Builder in software.amazon.awssdk.services.eks.model Modifier and Type Interface Description static interfaceAccessDeniedException.Builderstatic interfaceBadRequestException.Builderstatic interfaceClientException.Builderstatic interfaceInvalidParameterException.Builderstatic interfaceInvalidRequestException.Builderstatic interfaceNotFoundException.Builderstatic interfaceResourceInUseException.Builderstatic interfaceResourceLimitExceededException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceResourcePropagationDelayException.Builderstatic interfaceServerException.Builderstatic interfaceServiceUnavailableException.Builderstatic interfaceUnsupportedAvailabilityZoneException.BuilderClasses in software.amazon.awssdk.services.eks.model that implement EksException.Builder Modifier and Type Class Description protected static classEksException.BuilderImplMethods in software.amazon.awssdk.services.eks.model that return EksException.Builder Modifier and Type Method Description EksException.BuilderEksException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static EksException.BuilderEksException. builder()EksException.BuilderEksException.Builder. cause(Throwable cause)EksException.BuilderEksException.Builder. message(String message)EksException.BuilderEksException.Builder. requestId(String requestId)EksException.BuilderEksException.Builder. statusCode(int statusCode)EksException.BuilderEksException. toBuilder()EksException.BuilderEksException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type EksException.Builder Modifier and Type Method Description static Class<? extends EksException.Builder>EksException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.eks.model with parameters of type EksException.Builder Constructor Description EksException(EksException.Builder builder)
-