Uses of Interface
software.amazon.awssdk.services.sns.model.PublishRequest.Builder
Packages that use PublishRequest.Builder
Package
Description
-
Uses of PublishRequest.Builder in software.amazon.awssdk.services.sns
Method parameters in software.amazon.awssdk.services.sns with type arguments of type PublishRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<PublishResponse>SnsAsyncClient.publish(Consumer<PublishRequest.Builder> publishRequest) Sends a message to an Amazon SNS topic, a text message (SMS message) directly to a phone number, or a message to a mobile platform endpoint (when you specify theTargetArn).default PublishResponseSnsClient.publish(Consumer<PublishRequest.Builder> publishRequest) Sends a message to an Amazon SNS topic, a text message (SMS message) directly to a phone number, or a message to a mobile platform endpoint (when you specify theTargetArn). -
Uses of PublishRequest.Builder in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return PublishRequest.BuilderModifier and TypeMethodDescriptionstatic PublishRequest.BuilderPublishRequest.builder()The message you want to send.PublishRequest.Builder.messageAttributes(Map<String, MessageAttributeValue> messageAttributes) Message attributes for Publish action.PublishRequest.Builder.messageDeduplicationId(String messageDeduplicationId) PublishRequest.Builder.messageGroupId(String messageGroupId) TheMessageGroupIdcan contain up to 128 alphanumeric characters(a-z, A-Z, 0-9)and punctuation(!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~).PublishRequest.Builder.messageStructure(String messageStructure) SetMessageStructuretojsonif you want to send a different message for each protocol.PublishRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PublishRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PublishRequest.Builder.phoneNumber(String phoneNumber) The phone number to which you want to deliver an SMS message.Optional parameter to be used as the "Subject" line when the message is delivered to email endpoints.If you don't specify a value for theTargetArnparameter, you must specify a value for thePhoneNumberorTopicArnparameters.PublishRequest.toBuilder()The topic you want to publish to.Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type PublishRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PublishRequest.Builder>PublishRequest.serializableBuilderClass()