Uses of Class
com.oracle.bmc.opsi.model.OpsiConfigurationType
-
Packages that use OpsiConfigurationType Package Description com.oracle.bmc.opsi.model com.oracle.bmc.opsi.requests -
-
Uses of OpsiConfigurationType in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return OpsiConfigurationType Modifier and Type Method Description static OpsiConfigurationTypeOpsiConfigurationType. create(String key)static OpsiConfigurationTypeOpsiConfigurationType. valueOf(String name)Returns the enum constant of this type with the specified name.static OpsiConfigurationType[]OpsiConfigurationType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OpsiConfigurationType in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return OpsiConfigurationType Modifier and Type Method Description OpsiConfigurationTypeSummarizeConfigurationItemsRequest. getOpsiConfigType()Filter to return configuration items based on configuration type of OPSI configuration.Methods in com.oracle.bmc.opsi.requests that return types with arguments of type OpsiConfigurationType Modifier and Type Method Description List<OpsiConfigurationType>ListOpsiConfigurationsRequest. getOpsiConfigType()Filter to return based on configuration type of OPSI configuration.Methods in com.oracle.bmc.opsi.requests with parameters of type OpsiConfigurationType Modifier and Type Method Description ListOpsiConfigurationsRequest.BuilderListOpsiConfigurationsRequest.Builder. opsiConfigType(OpsiConfigurationType singularValue)Singular setter.SummarizeConfigurationItemsRequest.BuilderSummarizeConfigurationItemsRequest.Builder. opsiConfigType(OpsiConfigurationType opsiConfigType)Filter to return configuration items based on configuration type of OPSI configuration.Method parameters in com.oracle.bmc.opsi.requests with type arguments of type OpsiConfigurationType Modifier and Type Method Description ListOpsiConfigurationsRequest.BuilderListOpsiConfigurationsRequest.Builder. opsiConfigType(List<OpsiConfigurationType> opsiConfigType)Filter to return based on configuration type of OPSI configuration.
-