Uses of Class
com.oracle.bmc.opsi.requests.ListHostConfigurationsRequest.PlatformType
-
Packages that use ListHostConfigurationsRequest.PlatformType Package Description com.oracle.bmc.opsi.requests -
-
Uses of ListHostConfigurationsRequest.PlatformType in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return ListHostConfigurationsRequest.PlatformType Modifier and Type Method Description static ListHostConfigurationsRequest.PlatformTypeListHostConfigurationsRequest.PlatformType. create(String key)static ListHostConfigurationsRequest.PlatformTypeListHostConfigurationsRequest.PlatformType. valueOf(String name)Returns the enum constant of this type with the specified name.static ListHostConfigurationsRequest.PlatformType[]ListHostConfigurationsRequest.PlatformType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opsi.requests that return types with arguments of type ListHostConfigurationsRequest.PlatformType Modifier and Type Method Description List<ListHostConfigurationsRequest.PlatformType>ListHostConfigurationsRequest. getPlatformType()Filter by one or more platform types.Methods in com.oracle.bmc.opsi.requests with parameters of type ListHostConfigurationsRequest.PlatformType Modifier and Type Method Description ListHostConfigurationsRequest.BuilderListHostConfigurationsRequest.Builder. platformType(ListHostConfigurationsRequest.PlatformType singularValue)Singular setter.Method parameters in com.oracle.bmc.opsi.requests with type arguments of type ListHostConfigurationsRequest.PlatformType Modifier and Type Method Description ListHostConfigurationsRequest.BuilderListHostConfigurationsRequest.Builder. platformType(List<ListHostConfigurationsRequest.PlatformType> platformType)Filter by one or more platform types.
-