Uses of Class
software.amazon.awssdk.services.ses.model.DescribeConfigurationSetResponse
-
Packages that use DescribeConfigurationSetResponse Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service -
-
Uses of DescribeConfigurationSetResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return DescribeConfigurationSetResponse Modifier and Type Method Description default DescribeConfigurationSetResponseSesClient. describeConfigurationSet(Consumer<DescribeConfigurationSetRequest.Builder> describeConfigurationSetRequest)Returns the details of the specified configuration set.default DescribeConfigurationSetResponseSesClient. describeConfigurationSet(DescribeConfigurationSetRequest describeConfigurationSetRequest)Returns the details of the specified configuration set.Methods in software.amazon.awssdk.services.ses that return types with arguments of type DescribeConfigurationSetResponse Modifier and Type Method Description default CompletableFuture<DescribeConfigurationSetResponse>SesAsyncClient. describeConfigurationSet(Consumer<DescribeConfigurationSetRequest.Builder> describeConfigurationSetRequest)Returns the details of the specified configuration set.default CompletableFuture<DescribeConfigurationSetResponse>SesAsyncClient. describeConfigurationSet(DescribeConfigurationSetRequest describeConfigurationSetRequest)Returns the details of the specified configuration set.
-