Uses of Class
software.amazon.awssdk.services.sesv2.model.CreateConfigurationSetResponse
-
Packages that use CreateConfigurationSetResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of CreateConfigurationSetResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return CreateConfigurationSetResponse Modifier and Type Method Description default CreateConfigurationSetResponseSesV2Client. createConfigurationSet(Consumer<CreateConfigurationSetRequest.Builder> createConfigurationSetRequest)Create a configuration set.default CreateConfigurationSetResponseSesV2Client. createConfigurationSet(CreateConfigurationSetRequest createConfigurationSetRequest)Create a configuration set.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type CreateConfigurationSetResponse Modifier and Type Method Description default CompletableFuture<CreateConfigurationSetResponse>SesV2AsyncClient. createConfigurationSet(Consumer<CreateConfigurationSetRequest.Builder> createConfigurationSetRequest)Create a configuration set.default CompletableFuture<CreateConfigurationSetResponse>SesV2AsyncClient. createConfigurationSet(CreateConfigurationSetRequest createConfigurationSetRequest)Create a configuration set.
-