Uses of Interface
software.amazon.awssdk.services.codepipeline.model.PutWebhookRequest.Builder
-
Packages that use PutWebhookRequest.Builder Package Description software.amazon.awssdk.services.codepipeline CodePipeline software.amazon.awssdk.services.codepipeline.model -
-
Uses of PutWebhookRequest.Builder in software.amazon.awssdk.services.codepipeline
Method parameters in software.amazon.awssdk.services.codepipeline with type arguments of type PutWebhookRequest.Builder Modifier and Type Method Description default CompletableFuture<PutWebhookResponse>CodePipelineAsyncClient. putWebhook(Consumer<PutWebhookRequest.Builder> putWebhookRequest)Defines a webhook and returns a unique webhook URL generated by CodePipeline.default PutWebhookResponseCodePipelineClient. putWebhook(Consumer<PutWebhookRequest.Builder> putWebhookRequest)Defines a webhook and returns a unique webhook URL generated by CodePipeline. -
Uses of PutWebhookRequest.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return PutWebhookRequest.Builder Modifier and Type Method Description static PutWebhookRequest.BuilderPutWebhookRequest. builder()PutWebhookRequest.BuilderPutWebhookRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutWebhookRequest.BuilderPutWebhookRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutWebhookRequest.BuilderPutWebhookRequest.Builder. tags(Collection<Tag> tags)The tags for the webhook.PutWebhookRequest.BuilderPutWebhookRequest.Builder. tags(Consumer<Tag.Builder>... tags)The tags for the webhook.PutWebhookRequest.BuilderPutWebhookRequest.Builder. tags(Tag... tags)The tags for the webhook.PutWebhookRequest.BuilderPutWebhookRequest. toBuilder()default PutWebhookRequest.BuilderPutWebhookRequest.Builder. webhook(Consumer<WebhookDefinition.Builder> webhook)The detail provided in an input file to create the webhook, such as the webhook name, the pipeline name, and the action name.PutWebhookRequest.BuilderPutWebhookRequest.Builder. webhook(WebhookDefinition webhook)The detail provided in an input file to create the webhook, such as the webhook name, the pipeline name, and the action name.Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type PutWebhookRequest.Builder Modifier and Type Method Description static Class<? extends PutWebhookRequest.Builder>PutWebhookRequest. serializableBuilderClass()
-