Uses of Class
software.amazon.awssdk.services.sesv2.model.GetDeliverabilityDashboardOptionsResponse
-
Packages that use GetDeliverabilityDashboardOptionsResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of GetDeliverabilityDashboardOptionsResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return GetDeliverabilityDashboardOptionsResponse Modifier and Type Method Description default GetDeliverabilityDashboardOptionsResponseSesV2Client. getDeliverabilityDashboardOptions(Consumer<GetDeliverabilityDashboardOptionsRequest.Builder> getDeliverabilityDashboardOptionsRequest)Retrieve information about the status of the Deliverability dashboard for your account.default GetDeliverabilityDashboardOptionsResponseSesV2Client. getDeliverabilityDashboardOptions(GetDeliverabilityDashboardOptionsRequest getDeliverabilityDashboardOptionsRequest)Retrieve information about the status of the Deliverability dashboard for your account.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type GetDeliverabilityDashboardOptionsResponse Modifier and Type Method Description default CompletableFuture<GetDeliverabilityDashboardOptionsResponse>SesV2AsyncClient. getDeliverabilityDashboardOptions(Consumer<GetDeliverabilityDashboardOptionsRequest.Builder> getDeliverabilityDashboardOptionsRequest)Retrieve information about the status of the Deliverability dashboard for your account.default CompletableFuture<GetDeliverabilityDashboardOptionsResponse>SesV2AsyncClient. getDeliverabilityDashboardOptions(GetDeliverabilityDashboardOptionsRequest getDeliverabilityDashboardOptionsRequest)Retrieve information about the status of the Deliverability dashboard for your account.
-