Uses of Interface
software.amazon.awssdk.services.sesv2.model.GetSuppressedDestinationResponse.Builder
-
Packages that use GetSuppressedDestinationResponse.Builder Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of GetSuppressedDestinationResponse.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return GetSuppressedDestinationResponse.Builder Modifier and Type Method Description static GetSuppressedDestinationResponse.BuilderGetSuppressedDestinationResponse. builder()default GetSuppressedDestinationResponse.BuilderGetSuppressedDestinationResponse.Builder. suppressedDestination(Consumer<SuppressedDestination.Builder> suppressedDestination)An object containing information about the suppressed email address.GetSuppressedDestinationResponse.BuilderGetSuppressedDestinationResponse.Builder. suppressedDestination(SuppressedDestination suppressedDestination)An object containing information about the suppressed email address.GetSuppressedDestinationResponse.BuilderGetSuppressedDestinationResponse. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type GetSuppressedDestinationResponse.Builder Modifier and Type Method Description static Class<? extends GetSuppressedDestinationResponse.Builder>GetSuppressedDestinationResponse. serializableBuilderClass()
-