Uses of Interface
software.amazon.awssdk.services.sns.model.CreateTopicRequest.Builder
-
Packages that use CreateTopicRequest.Builder Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service software.amazon.awssdk.services.sns.model -
-
Uses of CreateTopicRequest.Builder in software.amazon.awssdk.services.sns
Method parameters in software.amazon.awssdk.services.sns with type arguments of type CreateTopicRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateTopicResponse>SnsAsyncClient. createTopic(Consumer<CreateTopicRequest.Builder> createTopicRequest)Creates a topic to which notifications can be published.default CreateTopicResponseSnsClient. createTopic(Consumer<CreateTopicRequest.Builder> createTopicRequest)Creates a topic to which notifications can be published. -
Uses of CreateTopicRequest.Builder in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return CreateTopicRequest.Builder Modifier and Type Method Description CreateTopicRequest.BuilderCreateTopicRequest.Builder. attributes(Map<String,String> attributes)A map of attributes with their corresponding values.static CreateTopicRequest.BuilderCreateTopicRequest. builder()CreateTopicRequest.BuilderCreateTopicRequest.Builder. dataProtectionPolicy(String dataProtectionPolicy)The body of the policy document you want to use for this topic.CreateTopicRequest.BuilderCreateTopicRequest.Builder. name(String name)The name of the topic you want to create.CreateTopicRequest.BuilderCreateTopicRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateTopicRequest.BuilderCreateTopicRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateTopicRequest.BuilderCreateTopicRequest.Builder. tags(Collection<Tag> tags)The list of tags to add to a new topic.CreateTopicRequest.BuilderCreateTopicRequest.Builder. tags(Consumer<Tag.Builder>... tags)The list of tags to add to a new topic.CreateTopicRequest.BuilderCreateTopicRequest.Builder. tags(Tag... tags)The list of tags to add to a new topic.CreateTopicRequest.BuilderCreateTopicRequest. toBuilder()Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type CreateTopicRequest.Builder Modifier and Type Method Description static Class<? extends CreateTopicRequest.Builder>CreateTopicRequest. serializableBuilderClass()
-