Uses of Interface
software.amazon.awssdk.services.sesv2.model.GetDeliverabilityDashboardOptionsRequest.Builder
-
Packages that use GetDeliverabilityDashboardOptionsRequest.Builder Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.model -
-
Uses of GetDeliverabilityDashboardOptionsRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type GetDeliverabilityDashboardOptionsRequest.Builder 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 GetDeliverabilityDashboardOptionsResponseSesV2Client. getDeliverabilityDashboardOptions(Consumer<GetDeliverabilityDashboardOptionsRequest.Builder> getDeliverabilityDashboardOptionsRequest)Retrieve information about the status of the Deliverability dashboard for your account. -
Uses of GetDeliverabilityDashboardOptionsRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return GetDeliverabilityDashboardOptionsRequest.Builder Modifier and Type Method Description static GetDeliverabilityDashboardOptionsRequest.BuilderGetDeliverabilityDashboardOptionsRequest. builder()GetDeliverabilityDashboardOptionsRequest.BuilderGetDeliverabilityDashboardOptionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDeliverabilityDashboardOptionsRequest.BuilderGetDeliverabilityDashboardOptionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDeliverabilityDashboardOptionsRequest.BuilderGetDeliverabilityDashboardOptionsRequest. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type GetDeliverabilityDashboardOptionsRequest.Builder Modifier and Type Method Description static Class<? extends GetDeliverabilityDashboardOptionsRequest.Builder>GetDeliverabilityDashboardOptionsRequest. serializableBuilderClass()
-