Uses of Class
software.amazon.awssdk.services.privatenetworks.model.NetworkResourceFilterKeys
-
Packages that use NetworkResourceFilterKeys Package Description software.amazon.awssdk.services.privatenetworks.model -
-
Uses of NetworkResourceFilterKeys in software.amazon.awssdk.services.privatenetworks.model
Methods in software.amazon.awssdk.services.privatenetworks.model that return NetworkResourceFilterKeys Modifier and Type Method Description static NetworkResourceFilterKeysNetworkResourceFilterKeys. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static NetworkResourceFilterKeysNetworkResourceFilterKeys. valueOf(String name)Returns the enum constant of this type with the specified name.static NetworkResourceFilterKeys[]NetworkResourceFilterKeys. 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 NetworkResourceFilterKeys Modifier and Type Method Description Map<NetworkResourceFilterKeys,List<String>>ListNetworkResourcesRequest. filters()The filters.static Set<NetworkResourceFilterKeys>NetworkResourceFilterKeys. knownValues()Method parameters in software.amazon.awssdk.services.privatenetworks.model with type arguments of type NetworkResourceFilterKeys Modifier and Type Method Description ListNetworkResourcesRequest.BuilderListNetworkResourcesRequest.Builder. filters(Map<NetworkResourceFilterKeys,? extends Collection<String>> filters)The filters.
-