Uses of Class
software.amazon.awssdk.services.acm.model.PutAccountConfigurationResponse
-
Packages that use PutAccountConfigurationResponse Package Description software.amazon.awssdk.services.acm Certificate Manager -
-
Uses of PutAccountConfigurationResponse in software.amazon.awssdk.services.acm
Methods in software.amazon.awssdk.services.acm that return PutAccountConfigurationResponse Modifier and Type Method Description default PutAccountConfigurationResponseAcmClient. putAccountConfiguration(Consumer<PutAccountConfigurationRequest.Builder> putAccountConfigurationRequest)Adds or modifies account-level configurations in ACM.default PutAccountConfigurationResponseAcmClient. putAccountConfiguration(PutAccountConfigurationRequest putAccountConfigurationRequest)Adds or modifies account-level configurations in ACM.Methods in software.amazon.awssdk.services.acm that return types with arguments of type PutAccountConfigurationResponse Modifier and Type Method Description default CompletableFuture<PutAccountConfigurationResponse>AcmAsyncClient. putAccountConfiguration(Consumer<PutAccountConfigurationRequest.Builder> putAccountConfigurationRequest)Adds or modifies account-level configurations in ACM.default CompletableFuture<PutAccountConfigurationResponse>AcmAsyncClient. putAccountConfiguration(PutAccountConfigurationRequest putAccountConfigurationRequest)Adds or modifies account-level configurations in ACM.
-