Uses of Interface
software.amazon.awssdk.services.sesv2.model.GetSuppressedDestinationRequest.Builder
Packages that use GetSuppressedDestinationRequest.Builder
Package
Description
-
Uses of GetSuppressedDestinationRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type GetSuppressedDestinationRequest.BuilderModifier and TypeMethodDescriptionSesV2AsyncClient.getSuppressedDestination(Consumer<GetSuppressedDestinationRequest.Builder> getSuppressedDestinationRequest) Retrieves information about a specific email address that's on the suppression list for your account or for a specific tenant.default GetSuppressedDestinationResponseSesV2Client.getSuppressedDestination(Consumer<GetSuppressedDestinationRequest.Builder> getSuppressedDestinationRequest) Retrieves information about a specific email address that's on the suppression list for your account or for a specific tenant. -
Uses of GetSuppressedDestinationRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return GetSuppressedDestinationRequest.BuilderModifier and TypeMethodDescriptionGetSuppressedDestinationRequest.builder()GetSuppressedDestinationRequest.Builder.emailAddress(String emailAddress) The email address that's on the suppression list for your account or for the specified tenant.GetSuppressedDestinationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetSuppressedDestinationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetSuppressedDestinationRequest.Builder.tenantName(String tenantName) The name of the tenant whose suppression list you want to query.GetSuppressedDestinationRequest.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type GetSuppressedDestinationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetSuppressedDestinationRequest.Builder>GetSuppressedDestinationRequest.serializableBuilderClass()