Uses of Interface
software.amazon.awssdk.services.medialive.model.UpdateAccountConfigurationResponse.Builder
-
Packages that use UpdateAccountConfigurationResponse.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of UpdateAccountConfigurationResponse.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return UpdateAccountConfigurationResponse.Builder Modifier and Type Method Description default UpdateAccountConfigurationResponse.BuilderUpdateAccountConfigurationResponse.Builder. accountConfiguration(Consumer<AccountConfiguration.Builder> accountConfiguration)Sets the value of the AccountConfiguration property for this object.UpdateAccountConfigurationResponse.BuilderUpdateAccountConfigurationResponse.Builder. accountConfiguration(AccountConfiguration accountConfiguration)Sets the value of the AccountConfiguration property for this object.static UpdateAccountConfigurationResponse.BuilderUpdateAccountConfigurationResponse. builder()UpdateAccountConfigurationResponse.BuilderUpdateAccountConfigurationResponse. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type UpdateAccountConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends UpdateAccountConfigurationResponse.Builder>UpdateAccountConfigurationResponse. serializableBuilderClass()
-