Uses of Class
software.amazon.awssdk.services.sns.model.CreateTopicResponse
Packages that use CreateTopicResponse
-
Uses of CreateTopicResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return CreateTopicResponseModifier and TypeMethodDescriptiondefault CreateTopicResponseSnsClient.createTopic(Consumer<CreateTopicRequest.Builder> createTopicRequest) Creates a topic to which notifications can be published.default CreateTopicResponseSnsClient.createTopic(CreateTopicRequest createTopicRequest) Creates a topic to which notifications can be published.Methods in software.amazon.awssdk.services.sns that return types with arguments of type CreateTopicResponseModifier and TypeMethodDescriptiondefault CompletableFuture<CreateTopicResponse>SnsAsyncClient.createTopic(Consumer<CreateTopicRequest.Builder> createTopicRequest) Creates a topic to which notifications can be published.default CompletableFuture<CreateTopicResponse>SnsAsyncClient.createTopic(CreateTopicRequest createTopicRequest) Creates a topic to which notifications can be published.