Uses of Class
software.amazon.awssdk.services.devicefarm.model.NetworkProfileType
-
Packages that use NetworkProfileType Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of NetworkProfileType in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return NetworkProfileType Modifier and Type Method Description static NetworkProfileTypeNetworkProfileType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NetworkProfileTypeCreateNetworkProfileRequest. type()The type of network profile to create.NetworkProfileTypeListNetworkProfilesRequest. type()The type of network profile to return information about.NetworkProfileTypeNetworkProfile. type()The type of network profile.NetworkProfileTypeUpdateNetworkProfileRequest. type()The type of network profile to return information about.static NetworkProfileTypeNetworkProfileType. valueOf(String name)Returns the enum constant of this type with the specified name.static NetworkProfileType[]NetworkProfileType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type NetworkProfileType Modifier and Type Method Description static Set<NetworkProfileType>NetworkProfileType. knownValues()Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type NetworkProfileType Modifier and Type Method Description CreateNetworkProfileRequest.BuilderCreateNetworkProfileRequest.Builder. type(NetworkProfileType type)The type of network profile to create.ListNetworkProfilesRequest.BuilderListNetworkProfilesRequest.Builder. type(NetworkProfileType type)The type of network profile to return information about.NetworkProfile.BuilderNetworkProfile.Builder. type(NetworkProfileType type)The type of network profile.UpdateNetworkProfileRequest.BuilderUpdateNetworkProfileRequest.Builder. type(NetworkProfileType type)The type of network profile to return information about.
-