Uses of Class
software.amazon.awssdk.services.sesv2.model.PutDeliverabilityDashboardOptionResponse
-
Packages that use PutDeliverabilityDashboardOptionResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of PutDeliverabilityDashboardOptionResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return PutDeliverabilityDashboardOptionResponse Modifier and Type Method Description default PutDeliverabilityDashboardOptionResponseSesV2Client. putDeliverabilityDashboardOption(Consumer<PutDeliverabilityDashboardOptionRequest.Builder> putDeliverabilityDashboardOptionRequest)Enable or disable the Deliverability dashboard.default PutDeliverabilityDashboardOptionResponseSesV2Client. putDeliverabilityDashboardOption(PutDeliverabilityDashboardOptionRequest putDeliverabilityDashboardOptionRequest)Enable or disable the Deliverability dashboard.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type PutDeliverabilityDashboardOptionResponse Modifier and Type Method Description default CompletableFuture<PutDeliverabilityDashboardOptionResponse>SesV2AsyncClient. putDeliverabilityDashboardOption(Consumer<PutDeliverabilityDashboardOptionRequest.Builder> putDeliverabilityDashboardOptionRequest)Enable or disable the Deliverability dashboard.default CompletableFuture<PutDeliverabilityDashboardOptionResponse>SesV2AsyncClient. putDeliverabilityDashboardOption(PutDeliverabilityDashboardOptionRequest putDeliverabilityDashboardOptionRequest)Enable or disable the Deliverability dashboard.
-