Uses of Class
software.amazon.awssdk.services.ses.model.CreateConfigurationSetResponse
-
Packages that use CreateConfigurationSetResponse Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service -
-
Uses of CreateConfigurationSetResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return CreateConfigurationSetResponse Modifier and Type Method Description default CreateConfigurationSetResponseSesClient. createConfigurationSet(Consumer<CreateConfigurationSetRequest.Builder> createConfigurationSetRequest)Creates a configuration set.default CreateConfigurationSetResponseSesClient. createConfigurationSet(CreateConfigurationSetRequest createConfigurationSetRequest)Creates a configuration set.Methods in software.amazon.awssdk.services.ses that return types with arguments of type CreateConfigurationSetResponse Modifier and Type Method Description default CompletableFuture<CreateConfigurationSetResponse>SesAsyncClient. createConfigurationSet(Consumer<CreateConfigurationSetRequest.Builder> createConfigurationSetRequest)Creates a configuration set.default CompletableFuture<CreateConfigurationSetResponse>SesAsyncClient. createConfigurationSet(CreateConfigurationSetRequest createConfigurationSetRequest)Creates a configuration set.
-