Uses of Class
software.amazon.awssdk.services.privatenetworks.model.DeviceIdentifierFilterKeys
-
Packages that use DeviceIdentifierFilterKeys Package Description software.amazon.awssdk.services.privatenetworks.model -
-
Uses of DeviceIdentifierFilterKeys in software.amazon.awssdk.services.privatenetworks.model
Methods in software.amazon.awssdk.services.privatenetworks.model that return DeviceIdentifierFilterKeys Modifier and Type Method Description static DeviceIdentifierFilterKeysDeviceIdentifierFilterKeys. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DeviceIdentifierFilterKeysDeviceIdentifierFilterKeys. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceIdentifierFilterKeys[]DeviceIdentifierFilterKeys. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.privatenetworks.model that return types with arguments of type DeviceIdentifierFilterKeys Modifier and Type Method Description Map<DeviceIdentifierFilterKeys,List<String>>ListDeviceIdentifiersRequest. filters()The filters.static Set<DeviceIdentifierFilterKeys>DeviceIdentifierFilterKeys. knownValues()Method parameters in software.amazon.awssdk.services.privatenetworks.model with type arguments of type DeviceIdentifierFilterKeys Modifier and Type Method Description ListDeviceIdentifiersRequest.BuilderListDeviceIdentifiersRequest.Builder. filters(Map<DeviceIdentifierFilterKeys,? extends Collection<String>> filters)The filters.
-