Uses of Interface
software.amazon.awssdk.services.sesv2.model.PutDeliverabilityDashboardOptionRequest.Builder
-
Packages that use PutDeliverabilityDashboardOptionRequest.Builder Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.model -
-
Uses of PutDeliverabilityDashboardOptionRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type PutDeliverabilityDashboardOptionRequest.Builder Modifier and Type Method Description default CompletableFuture<PutDeliverabilityDashboardOptionResponse>SesV2AsyncClient. putDeliverabilityDashboardOption(Consumer<PutDeliverabilityDashboardOptionRequest.Builder> putDeliverabilityDashboardOptionRequest)Enable or disable the Deliverability dashboard.default PutDeliverabilityDashboardOptionResponseSesV2Client. putDeliverabilityDashboardOption(Consumer<PutDeliverabilityDashboardOptionRequest.Builder> putDeliverabilityDashboardOptionRequest)Enable or disable the Deliverability dashboard. -
Uses of PutDeliverabilityDashboardOptionRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return PutDeliverabilityDashboardOptionRequest.Builder Modifier and Type Method Description static PutDeliverabilityDashboardOptionRequest.BuilderPutDeliverabilityDashboardOptionRequest. builder()PutDeliverabilityDashboardOptionRequest.BuilderPutDeliverabilityDashboardOptionRequest.Builder. dashboardEnabled(Boolean dashboardEnabled)Specifies whether to enable the Deliverability dashboard.PutDeliverabilityDashboardOptionRequest.BuilderPutDeliverabilityDashboardOptionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutDeliverabilityDashboardOptionRequest.BuilderPutDeliverabilityDashboardOptionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutDeliverabilityDashboardOptionRequest.BuilderPutDeliverabilityDashboardOptionRequest.Builder. subscribedDomains(Collection<DomainDeliverabilityTrackingOption> subscribedDomains)An array of objects, one for each verified domain that you use to send email and enabled the Deliverability dashboard for.PutDeliverabilityDashboardOptionRequest.BuilderPutDeliverabilityDashboardOptionRequest.Builder. subscribedDomains(Consumer<DomainDeliverabilityTrackingOption.Builder>... subscribedDomains)An array of objects, one for each verified domain that you use to send email and enabled the Deliverability dashboard for.PutDeliverabilityDashboardOptionRequest.BuilderPutDeliverabilityDashboardOptionRequest.Builder. subscribedDomains(DomainDeliverabilityTrackingOption... subscribedDomains)An array of objects, one for each verified domain that you use to send email and enabled the Deliverability dashboard for.PutDeliverabilityDashboardOptionRequest.BuilderPutDeliverabilityDashboardOptionRequest. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type PutDeliverabilityDashboardOptionRequest.Builder Modifier and Type Method Description static Class<? extends PutDeliverabilityDashboardOptionRequest.Builder>PutDeliverabilityDashboardOptionRequest. serializableBuilderClass()
-