Uses of Interface
software.amazon.awssdk.services.sns.model.GetSubscriptionAttributesResponse.Builder
-
Packages that use GetSubscriptionAttributesResponse.Builder Package Description software.amazon.awssdk.services.sns.model -
-
Uses of GetSubscriptionAttributesResponse.Builder in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return GetSubscriptionAttributesResponse.Builder Modifier and Type Method Description GetSubscriptionAttributesResponse.BuilderGetSubscriptionAttributesResponse.Builder. attributes(Map<String,String> attributes)A map of the subscription's attributes.static GetSubscriptionAttributesResponse.BuilderGetSubscriptionAttributesResponse. builder()GetSubscriptionAttributesResponse.BuilderGetSubscriptionAttributesResponse. toBuilder()Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type GetSubscriptionAttributesResponse.Builder Modifier and Type Method Description static Class<? extends GetSubscriptionAttributesResponse.Builder>GetSubscriptionAttributesResponse. serializableBuilderClass()
-