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