Uses of Interface
software.amazon.awssdk.services.codestar.model.CodeStarException.Builder
-
Packages that use CodeStarException.Builder Package Description software.amazon.awssdk.services.codestar.model -
-
Uses of CodeStarException.Builder in software.amazon.awssdk.services.codestar.model
Subinterfaces of CodeStarException.Builder in software.amazon.awssdk.services.codestar.model Modifier and Type Interface Description static interfaceConcurrentModificationException.Builderstatic interfaceInvalidNextTokenException.Builderstatic interfaceInvalidServiceRoleException.Builderstatic interfaceLimitExceededException.Builderstatic interfaceProjectAlreadyExistsException.Builderstatic interfaceProjectConfigurationException.Builderstatic interfaceProjectCreationFailedException.Builderstatic interfaceProjectNotFoundException.Builderstatic interfaceTeamMemberAlreadyAssociatedException.Builderstatic interfaceTeamMemberNotFoundException.Builderstatic interfaceUserProfileAlreadyExistsException.Builderstatic interfaceUserProfileNotFoundException.Builderstatic interfaceValidationException.BuilderClasses in software.amazon.awssdk.services.codestar.model that implement CodeStarException.Builder Modifier and Type Class Description protected static classCodeStarException.BuilderImplMethods in software.amazon.awssdk.services.codestar.model that return CodeStarException.Builder Modifier and Type Method Description CodeStarException.BuilderCodeStarException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static CodeStarException.BuilderCodeStarException. builder()CodeStarException.BuilderCodeStarException.Builder. cause(Throwable cause)CodeStarException.BuilderCodeStarException.Builder. message(String message)CodeStarException.BuilderCodeStarException.Builder. requestId(String requestId)CodeStarException.BuilderCodeStarException.Builder. statusCode(int statusCode)CodeStarException.BuilderCodeStarException. toBuilder()CodeStarException.BuilderCodeStarException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.codestar.model that return types with arguments of type CodeStarException.Builder Modifier and Type Method Description static Class<? extends CodeStarException.Builder>CodeStarException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.codestar.model with parameters of type CodeStarException.Builder Constructor Description CodeStarException(CodeStarException.Builder builder)
-