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