Uses of Class
software.amazon.awssdk.services.panorama.model.DeviceAggregatedStatus
-
Packages that use DeviceAggregatedStatus Package Description software.amazon.awssdk.services.panorama.model -
-
Uses of DeviceAggregatedStatus in software.amazon.awssdk.services.panorama.model
Methods in software.amazon.awssdk.services.panorama.model that return DeviceAggregatedStatus Modifier and Type Method Description DeviceAggregatedStatusDescribeDeviceResponse. deviceAggregatedStatus()A device's aggregated status.DeviceAggregatedStatusDevice. deviceAggregatedStatus()A device's aggregated status.DeviceAggregatedStatusListDevicesRequest. deviceAggregatedStatusFilter()Filter based on a device's status.static DeviceAggregatedStatusDeviceAggregatedStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DeviceAggregatedStatusDeviceAggregatedStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceAggregatedStatus[]DeviceAggregatedStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.panorama.model that return types with arguments of type DeviceAggregatedStatus Modifier and Type Method Description static Set<DeviceAggregatedStatus>DeviceAggregatedStatus. knownValues()Methods in software.amazon.awssdk.services.panorama.model with parameters of type DeviceAggregatedStatus Modifier and Type Method Description DescribeDeviceResponse.BuilderDescribeDeviceResponse.Builder. deviceAggregatedStatus(DeviceAggregatedStatus deviceAggregatedStatus)A device's aggregated status.Device.BuilderDevice.Builder. deviceAggregatedStatus(DeviceAggregatedStatus deviceAggregatedStatus)A device's aggregated status.ListDevicesRequest.BuilderListDevicesRequest.Builder. deviceAggregatedStatusFilter(DeviceAggregatedStatus deviceAggregatedStatusFilter)Filter based on a device's status.
-