Uses of Class
software.amazon.awssdk.services.medialive.model.AccountConfiguration
-
Packages that use AccountConfiguration Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of AccountConfiguration in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return AccountConfiguration Modifier and Type Method Description AccountConfigurationDescribeAccountConfigurationResponse. accountConfiguration()Returns the value of the AccountConfiguration property for this object.AccountConfigurationUpdateAccountConfigurationRequest. accountConfiguration()Returns the value of the AccountConfiguration property for this object.AccountConfigurationUpdateAccountConfigurationResponse. accountConfiguration()Returns the value of the AccountConfiguration property for this object.Methods in software.amazon.awssdk.services.medialive.model with parameters of type AccountConfiguration Modifier and Type Method Description DescribeAccountConfigurationResponse.BuilderDescribeAccountConfigurationResponse.Builder. accountConfiguration(AccountConfiguration accountConfiguration)Sets the value of the AccountConfiguration property for this object.UpdateAccountConfigurationRequest.BuilderUpdateAccountConfigurationRequest.Builder. accountConfiguration(AccountConfiguration 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.
-