Uses of Interface
software.amazon.awssdk.services.sns.model.CreateTopicResponse.Builder
-
Packages that use CreateTopicResponse.Builder Package Description software.amazon.awssdk.services.sns.model -
-
Uses of CreateTopicResponse.Builder in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return CreateTopicResponse.Builder Modifier and Type Method Description static CreateTopicResponse.BuilderCreateTopicResponse. builder()CreateTopicResponse.BuilderCreateTopicResponse. toBuilder()CreateTopicResponse.BuilderCreateTopicResponse.Builder. topicArn(String topicArn)The Amazon Resource Name (ARN) assigned to the created topic.Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type CreateTopicResponse.Builder Modifier and Type Method Description static Class<? extends CreateTopicResponse.Builder>CreateTopicResponse. serializableBuilderClass()
-