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