Uses of Interface
software.amazon.awssdk.services.codestarnotifications.model.SubscribeRequest.Builder
-
Packages that use SubscribeRequest.Builder Package Description software.amazon.awssdk.services.codestarnotifications This AWS CodeStar Notifications API Reference provides descriptions and usage examples of the operations and data types for the AWS CodeStar Notifications API.software.amazon.awssdk.services.codestarnotifications.model -
-
Uses of SubscribeRequest.Builder in software.amazon.awssdk.services.codestarnotifications
Method parameters in software.amazon.awssdk.services.codestarnotifications with type arguments of type SubscribeRequest.Builder Modifier and Type Method Description default CompletableFuture<SubscribeResponse>CodestarNotificationsAsyncClient. subscribe(Consumer<SubscribeRequest.Builder> subscribeRequest)Creates an association between a notification rule and an Chatbot topic or Chatbot client so that the associated target can receive notifications when the events described in the rule are triggered.default SubscribeResponseCodestarNotificationsClient. subscribe(Consumer<SubscribeRequest.Builder> subscribeRequest)Creates an association between a notification rule and an Chatbot topic or Chatbot client so that the associated target can receive notifications when the events described in the rule are triggered. -
Uses of SubscribeRequest.Builder in software.amazon.awssdk.services.codestarnotifications.model
Methods in software.amazon.awssdk.services.codestarnotifications.model that return SubscribeRequest.Builder Modifier and Type Method Description SubscribeRequest.BuilderSubscribeRequest.Builder. arn(String arn)The Amazon Resource Name (ARN) of the notification rule for which you want to create the association.static SubscribeRequest.BuilderSubscribeRequest. builder()SubscribeRequest.BuilderSubscribeRequest.Builder. clientRequestToken(String clientRequestToken)An enumeration token that, when provided in a request, returns the next batch of the results.SubscribeRequest.BuilderSubscribeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SubscribeRequest.BuilderSubscribeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default SubscribeRequest.BuilderSubscribeRequest.Builder. target(Consumer<Target.Builder> target)Sets the value of the Target property for this object.SubscribeRequest.BuilderSubscribeRequest.Builder. target(Target target)Sets the value of the Target property for this object.SubscribeRequest.BuilderSubscribeRequest. toBuilder()Methods in software.amazon.awssdk.services.codestarnotifications.model that return types with arguments of type SubscribeRequest.Builder Modifier and Type Method Description static Class<? extends SubscribeRequest.Builder>SubscribeRequest. serializableBuilderClass()
-