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