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