Uses of Interface
software.amazon.awssdk.services.acm.model.PutAccountConfigurationRequest.Builder
-
Packages that use PutAccountConfigurationRequest.Builder Package Description software.amazon.awssdk.services.acm Certificate Manager software.amazon.awssdk.services.acm.model -
-
Uses of PutAccountConfigurationRequest.Builder in software.amazon.awssdk.services.acm
Method parameters in software.amazon.awssdk.services.acm with type arguments of type PutAccountConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<PutAccountConfigurationResponse>AcmAsyncClient. putAccountConfiguration(Consumer<PutAccountConfigurationRequest.Builder> putAccountConfigurationRequest)Adds or modifies account-level configurations in ACM.default PutAccountConfigurationResponseAcmClient. putAccountConfiguration(Consumer<PutAccountConfigurationRequest.Builder> putAccountConfigurationRequest)Adds or modifies account-level configurations in ACM. -
Uses of PutAccountConfigurationRequest.Builder in software.amazon.awssdk.services.acm.model
Methods in software.amazon.awssdk.services.acm.model that return PutAccountConfigurationRequest.Builder Modifier and Type Method Description static PutAccountConfigurationRequest.BuilderPutAccountConfigurationRequest. builder()default PutAccountConfigurationRequest.BuilderPutAccountConfigurationRequest.Builder. expiryEvents(Consumer<ExpiryEventsConfiguration.Builder> expiryEvents)Specifies expiration events associated with an account.PutAccountConfigurationRequest.BuilderPutAccountConfigurationRequest.Builder. expiryEvents(ExpiryEventsConfiguration expiryEvents)Specifies expiration events associated with an account.PutAccountConfigurationRequest.BuilderPutAccountConfigurationRequest.Builder. idempotencyToken(String idempotencyToken)Customer-chosen string used to distinguish between calls toPutAccountConfiguration.PutAccountConfigurationRequest.BuilderPutAccountConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutAccountConfigurationRequest.BuilderPutAccountConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutAccountConfigurationRequest.BuilderPutAccountConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.acm.model that return types with arguments of type PutAccountConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends PutAccountConfigurationRequest.Builder>PutAccountConfigurationRequest. serializableBuilderClass()
-