Uses of Class
software.amazon.awssdk.services.devicefarm.model.UpdateNetworkProfileResponse
-
Packages that use UpdateNetworkProfileResponse Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for: -
-
Uses of UpdateNetworkProfileResponse in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return UpdateNetworkProfileResponse Modifier and Type Method Description default UpdateNetworkProfileResponseDeviceFarmClient. updateNetworkProfile(Consumer<UpdateNetworkProfileRequest.Builder> updateNetworkProfileRequest)Updates the network profile.default UpdateNetworkProfileResponseDeviceFarmClient. updateNetworkProfile(UpdateNetworkProfileRequest updateNetworkProfileRequest)Updates the network profile.Methods in software.amazon.awssdk.services.devicefarm that return types with arguments of type UpdateNetworkProfileResponse Modifier and Type Method Description default CompletableFuture<UpdateNetworkProfileResponse>DeviceFarmAsyncClient. updateNetworkProfile(Consumer<UpdateNetworkProfileRequest.Builder> updateNetworkProfileRequest)Updates the network profile.default CompletableFuture<UpdateNetworkProfileResponse>DeviceFarmAsyncClient. updateNetworkProfile(UpdateNetworkProfileRequest updateNetworkProfileRequest)Updates the network profile.
-