Package | Description |
---|---|
software.amazon.awssdk.services.sns |
|
software.amazon.awssdk.services.sns.model |
Modifier and Type | Method and Description |
---|---|
default CreateTopicResponse |
SnsClient.createTopic(Consumer<CreateTopicRequest.Builder> createTopicRequest)
Creates a topic to which notifications can be published.
|
default CompletableFuture<CreateTopicResponse> |
SnsAsyncClient.createTopic(Consumer<CreateTopicRequest.Builder> createTopicRequest)
Creates a topic to which notifications can be published.
|
Modifier and Type | Method and Description |
---|---|
CreateTopicRequest.Builder |
CreateTopicRequest.Builder.attributes(Map<String,String> attributes)
A map of attributes with their corresponding values.
|
static CreateTopicRequest.Builder |
CreateTopicRequest.builder() |
CreateTopicRequest.Builder |
CreateTopicRequest.Builder.name(String name)
The name of the topic you want to create.
|
CreateTopicRequest.Builder |
CreateTopicRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateTopicRequest.Builder |
CreateTopicRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateTopicRequest.Builder |
CreateTopicRequest.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends CreateTopicRequest.Builder> |
CreateTopicRequest.serializableBuilderClass() |
Copyright © 2018. All rights reserved.