Uses of Interface
software.amazon.awssdk.services.medialive.model.UpdateAccountConfigurationRequest.Builder
-
Packages that use UpdateAccountConfigurationRequest.Builder Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLivesoftware.amazon.awssdk.services.medialive.model -
-
Uses of UpdateAccountConfigurationRequest.Builder in software.amazon.awssdk.services.medialive
Method parameters in software.amazon.awssdk.services.medialive with type arguments of type UpdateAccountConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateAccountConfigurationResponse>MediaLiveAsyncClient. updateAccountConfiguration(Consumer<UpdateAccountConfigurationRequest.Builder> updateAccountConfigurationRequest)Update account configurationdefault UpdateAccountConfigurationResponseMediaLiveClient. updateAccountConfiguration(Consumer<UpdateAccountConfigurationRequest.Builder> updateAccountConfigurationRequest)Update account configuration -
Uses of UpdateAccountConfigurationRequest.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type UpdateAccountConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends UpdateAccountConfigurationRequest.Builder>UpdateAccountConfigurationRequest. serializableBuilderClass()
-