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