Uses of Class
software.amazon.awssdk.services.devicefarm.model.UpdateInstanceProfileResponse
-
Packages that use UpdateInstanceProfileResponse Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for: -
-
Uses of UpdateInstanceProfileResponse in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return UpdateInstanceProfileResponse Modifier and Type Method Description default UpdateInstanceProfileResponseDeviceFarmClient. updateInstanceProfile(Consumer<UpdateInstanceProfileRequest.Builder> updateInstanceProfileRequest)Updates information about an existing private device instance profile.default UpdateInstanceProfileResponseDeviceFarmClient. updateInstanceProfile(UpdateInstanceProfileRequest updateInstanceProfileRequest)Updates information about an existing private device instance profile.Methods in software.amazon.awssdk.services.devicefarm that return types with arguments of type UpdateInstanceProfileResponse Modifier and Type Method Description default CompletableFuture<UpdateInstanceProfileResponse>DeviceFarmAsyncClient. updateInstanceProfile(Consumer<UpdateInstanceProfileRequest.Builder> updateInstanceProfileRequest)Updates information about an existing private device instance profile.default CompletableFuture<UpdateInstanceProfileResponse>DeviceFarmAsyncClient. updateInstanceProfile(UpdateInstanceProfileRequest updateInstanceProfileRequest)Updates information about an existing private device instance profile.
-