Uses of Interface
software.amazon.awssdk.services.ses.model.GetIdentityNotificationAttributesResponse.Builder
-
Packages that use GetIdentityNotificationAttributesResponse.Builder Package Description software.amazon.awssdk.services.ses.model -
-
Uses of GetIdentityNotificationAttributesResponse.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return GetIdentityNotificationAttributesResponse.Builder Modifier and Type Method Description static GetIdentityNotificationAttributesResponse.BuilderGetIdentityNotificationAttributesResponse. builder()GetIdentityNotificationAttributesResponse.BuilderGetIdentityNotificationAttributesResponse.Builder. notificationAttributes(Map<String,IdentityNotificationAttributes> notificationAttributes)A map of Identity to IdentityNotificationAttributes.GetIdentityNotificationAttributesResponse.BuilderGetIdentityNotificationAttributesResponse. toBuilder()Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type GetIdentityNotificationAttributesResponse.Builder Modifier and Type Method Description static Class<? extends GetIdentityNotificationAttributesResponse.Builder>GetIdentityNotificationAttributesResponse. serializableBuilderClass()
-