Uses of Class
software.amazon.awssdk.services.devicefarm.model.NetworkProfile
-
Packages that use NetworkProfile Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of NetworkProfile in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return NetworkProfile Modifier and Type Method Description NetworkProfileCreateNetworkProfileResponse. networkProfile()The network profile that is returned by the create network profile request.NetworkProfileGetNetworkProfileResponse. networkProfile()The network profile.NetworkProfileRun. networkProfile()The network profile being used for a test run.NetworkProfileUpdateNetworkProfileResponse. networkProfile()A list of the available network profiles.Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type NetworkProfile Modifier and Type Method Description List<NetworkProfile>ListNetworkProfilesResponse. networkProfiles()A list of the available network profiles.Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type NetworkProfile Modifier and Type Method Description CreateNetworkProfileResponse.BuilderCreateNetworkProfileResponse.Builder. networkProfile(NetworkProfile networkProfile)The network profile that is returned by the create network profile request.GetNetworkProfileResponse.BuilderGetNetworkProfileResponse.Builder. networkProfile(NetworkProfile networkProfile)The network profile.Run.BuilderRun.Builder. networkProfile(NetworkProfile networkProfile)The network profile being used for a test run.UpdateNetworkProfileResponse.BuilderUpdateNetworkProfileResponse.Builder. networkProfile(NetworkProfile networkProfile)A list of the available network profiles.ListNetworkProfilesResponse.BuilderListNetworkProfilesResponse.Builder. networkProfiles(NetworkProfile... networkProfiles)A list of the available network profiles.Method parameters in software.amazon.awssdk.services.devicefarm.model with type arguments of type NetworkProfile Modifier and Type Method Description ListNetworkProfilesResponse.BuilderListNetworkProfilesResponse.Builder. networkProfiles(Collection<NetworkProfile> networkProfiles)A list of the available network profiles.
-