Uses of Class
software.amazon.awssdk.services.devicefarm.model.DeleteInstanceProfileResponse
-
Packages that use DeleteInstanceProfileResponse Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for: -
-
Uses of DeleteInstanceProfileResponse in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return DeleteInstanceProfileResponse Modifier and Type Method Description default DeleteInstanceProfileResponseDeviceFarmClient. deleteInstanceProfile(Consumer<DeleteInstanceProfileRequest.Builder> 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.Methods in software.amazon.awssdk.services.devicefarm that return types with arguments of type DeleteInstanceProfileResponse Modifier and Type Method Description default CompletableFuture<DeleteInstanceProfileResponse>DeviceFarmAsyncClient. deleteInstanceProfile(Consumer<DeleteInstanceProfileRequest.Builder> deleteInstanceProfileRequest)Deletes a profile that can be applied to one or more private device instances.default CompletableFuture<DeleteInstanceProfileResponse>DeviceFarmAsyncClient. deleteInstanceProfile(DeleteInstanceProfileRequest deleteInstanceProfileRequest)Deletes a profile that can be applied to one or more private device instances.
-