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