Uses of Interface
software.amazon.awssdk.services.sesv2.model.GetSuppressedDestinationRequest.Builder
-
Packages that use GetSuppressedDestinationRequest.Builder Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.model -
-
Uses of GetSuppressedDestinationRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type GetSuppressedDestinationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetSuppressedDestinationResponse>SesV2AsyncClient. getSuppressedDestination(Consumer<GetSuppressedDestinationRequest.Builder> getSuppressedDestinationRequest)Retrieves information about a specific email address that's on the suppression list for your account.default GetSuppressedDestinationResponseSesV2Client. getSuppressedDestination(Consumer<GetSuppressedDestinationRequest.Builder> getSuppressedDestinationRequest)Retrieves information about a specific email address that's on the suppression list for your account. -
Uses of GetSuppressedDestinationRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return GetSuppressedDestinationRequest.Builder Modifier and Type Method Description static GetSuppressedDestinationRequest.BuilderGetSuppressedDestinationRequest. builder()GetSuppressedDestinationRequest.BuilderGetSuppressedDestinationRequest.Builder. emailAddress(String emailAddress)The email address that's on the account suppression list.GetSuppressedDestinationRequest.BuilderGetSuppressedDestinationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetSuppressedDestinationRequest.BuilderGetSuppressedDestinationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetSuppressedDestinationRequest.BuilderGetSuppressedDestinationRequest. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type GetSuppressedDestinationRequest.Builder Modifier and Type Method Description static Class<? extends GetSuppressedDestinationRequest.Builder>GetSuppressedDestinationRequest. serializableBuilderClass()
-