Uses of Interface
software.amazon.awssdk.services.codepipeline.model.PutWebhookResponse.Builder
-
Packages that use PutWebhookResponse.Builder Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of PutWebhookResponse.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return PutWebhookResponse.Builder Modifier and Type Method Description static PutWebhookResponse.BuilderPutWebhookResponse. builder()PutWebhookResponse.BuilderPutWebhookResponse. toBuilder()default PutWebhookResponse.BuilderPutWebhookResponse.Builder. webhook(Consumer<ListWebhookItem.Builder> webhook)The detail returned from creating the webhook, such as the webhook name, webhook URL, and webhook ARN.PutWebhookResponse.BuilderPutWebhookResponse.Builder. webhook(ListWebhookItem webhook)The detail returned from creating the webhook, such as the webhook name, webhook URL, and webhook ARN.Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type PutWebhookResponse.Builder Modifier and Type Method Description static Class<? extends PutWebhookResponse.Builder>PutWebhookResponse. serializableBuilderClass()
-