Uses of Class
software.amazon.awssdk.services.devicefarm.model.DeleteInstanceProfileRequest
-
Packages that use DeleteInstanceProfileRequest 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 DeleteInstanceProfileRequest in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm with parameters of type DeleteInstanceProfileRequest Modifier and Type Method Description default CompletableFuture<DeleteInstanceProfileResponse>DeviceFarmAsyncClient. deleteInstanceProfile(DeleteInstanceProfileRequest deleteInstanceProfileRequest)Deletes a profile that can be applied to one or more private device instances.default DeleteInstanceProfileResponseDeviceFarmClient. deleteInstanceProfile(DeleteInstanceProfileRequest deleteInstanceProfileRequest)Deletes a profile that can be applied to one or more private device instances. -
Uses of DeleteInstanceProfileRequest in software.amazon.awssdk.services.devicefarm.transform
Methods in software.amazon.awssdk.services.devicefarm.transform with parameters of type DeleteInstanceProfileRequest Modifier and Type Method Description SdkHttpFullRequestDeleteInstanceProfileRequestMarshaller. marshall(DeleteInstanceProfileRequest deleteInstanceProfileRequest)
-