Uses of Class
com.oracle.bmc.opsi.requests.ListHostInsightsRequest.PlatformType
-
Packages that use ListHostInsightsRequest.PlatformType Package Description com.oracle.bmc.opsi.requests -
-
Uses of ListHostInsightsRequest.PlatformType in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return ListHostInsightsRequest.PlatformType Modifier and Type Method Description static ListHostInsightsRequest.PlatformTypeListHostInsightsRequest.PlatformType. create(String key)static ListHostInsightsRequest.PlatformTypeListHostInsightsRequest.PlatformType. valueOf(String name)Returns the enum constant of this type with the specified name.static ListHostInsightsRequest.PlatformType[]ListHostInsightsRequest.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 ListHostInsightsRequest.PlatformType Modifier and Type Method Description List<ListHostInsightsRequest.PlatformType>ListHostInsightsRequest. getPlatformType()Filter by one or more platform types.Methods in com.oracle.bmc.opsi.requests with parameters of type ListHostInsightsRequest.PlatformType Modifier and Type Method Description ListHostInsightsRequest.BuilderListHostInsightsRequest.Builder. platformType(ListHostInsightsRequest.PlatformType singularValue)Singular setter.Method parameters in com.oracle.bmc.opsi.requests with type arguments of type ListHostInsightsRequest.PlatformType Modifier and Type Method Description ListHostInsightsRequest.BuilderListHostInsightsRequest.Builder. platformType(List<ListHostInsightsRequest.PlatformType> platformType)Filter by one or more platform types.
-