Uses of Interface
software.amazon.awssdk.services.ssm.model.SsmException.Builder
-
Packages that use SsmException.Builder Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of SsmException.Builder in software.amazon.awssdk.services.ssm.model
Classes in software.amazon.awssdk.services.ssm.model that implement SsmException.Builder Modifier and Type Class Description protected static classSsmException.BuilderImplMethods in software.amazon.awssdk.services.ssm.model that return SsmException.Builder Modifier and Type Method Description SsmException.BuilderSsmException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static SsmException.BuilderSsmException. builder()SsmException.BuilderSsmException.Builder. cause(Throwable cause)SsmException.BuilderSsmException.Builder. message(String message)SsmException.BuilderSsmException.Builder. requestId(String requestId)SsmException.BuilderSsmException.Builder. statusCode(int statusCode)SsmException.BuilderSsmException. toBuilder()SsmException.BuilderSsmException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type SsmException.Builder Modifier and Type Method Description static Class<? extends SsmException.Builder>SsmException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.ssm.model with parameters of type SsmException.Builder Constructor Description SsmException(SsmException.Builder builder)
-