Uses of Class
software.amazon.awssdk.services.devicefarm.model.GetNetworkProfileResponse
-
Packages that use GetNetworkProfileResponse Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for: -
-
Uses of GetNetworkProfileResponse in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return GetNetworkProfileResponse Modifier and Type Method Description default GetNetworkProfileResponseDeviceFarmClient. getNetworkProfile(Consumer<GetNetworkProfileRequest.Builder> getNetworkProfileRequest)Returns information about a network profile.default GetNetworkProfileResponseDeviceFarmClient. getNetworkProfile(GetNetworkProfileRequest getNetworkProfileRequest)Returns information about a network profile.Methods in software.amazon.awssdk.services.devicefarm that return types with arguments of type GetNetworkProfileResponse Modifier and Type Method Description default CompletableFuture<GetNetworkProfileResponse>DeviceFarmAsyncClient. getNetworkProfile(Consumer<GetNetworkProfileRequest.Builder> getNetworkProfileRequest)Returns information about a network profile.default CompletableFuture<GetNetworkProfileResponse>DeviceFarmAsyncClient. getNetworkProfile(GetNetworkProfileRequest getNetworkProfileRequest)Returns information about a network profile.
-