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