Uses of Interface
software.amazon.awssdk.services.sns.model.GetTopicAttributesRequest.Builder
-
Packages that use GetTopicAttributesRequest.Builder Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service software.amazon.awssdk.services.sns.model -
-
Uses of GetTopicAttributesRequest.Builder in software.amazon.awssdk.services.sns
Method parameters in software.amazon.awssdk.services.sns with type arguments of type GetTopicAttributesRequest.Builder Modifier and Type Method Description default CompletableFuture<GetTopicAttributesResponse>SnsAsyncClient. getTopicAttributes(Consumer<GetTopicAttributesRequest.Builder> getTopicAttributesRequest)Returns all of the properties of a topic.default GetTopicAttributesResponseSnsClient. getTopicAttributes(Consumer<GetTopicAttributesRequest.Builder> getTopicAttributesRequest)Returns all of the properties of a topic. -
Uses of GetTopicAttributesRequest.Builder in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return GetTopicAttributesRequest.Builder Modifier and Type Method Description static GetTopicAttributesRequest.BuilderGetTopicAttributesRequest. builder()GetTopicAttributesRequest.BuilderGetTopicAttributesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetTopicAttributesRequest.BuilderGetTopicAttributesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetTopicAttributesRequest.BuilderGetTopicAttributesRequest. toBuilder()GetTopicAttributesRequest.BuilderGetTopicAttributesRequest.Builder. topicArn(String topicArn)The ARN of the topic whose properties you want to get.Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type GetTopicAttributesRequest.Builder Modifier and Type Method Description static Class<? extends GetTopicAttributesRequest.Builder>GetTopicAttributesRequest. serializableBuilderClass()
-